#5F6707

Color #5F6707 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5F6707

Tints of Fiji Green #5F6707

Color information

#5F6707 (or 0x5F6707) is unknown color: approx Fiji Green. HEX triplet: 5F, 67 and 07. RGB value is (95,103,7). Sum of RGB (Red+Green+Blue) = 95+103+7=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #5F6707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6707 is #A098F8. Grayscale: #5A5A5A. Windows color (decimal): -10524921 or 485215. OLE color: 485215.

HSL color Cylindrical-coordinate representation of color #5F6707: hue angle of 65º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F6707 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.

Color convert

RGB951037-
CMYK0.0800.930.60
HSL65º87.27%21.57%-
HSV(B)65º93.2%40.39%-
XYZ9.6112.152.04-
YUV89.6681.35131.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 46.34%
GREEN value IS 103 (40.62% from 255) = 50.24%
BLUE value IS 7 (3.12% from 255) = 3.41%
R=46.34%
G=50.24%
B=3.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9510370.0800.930.606587.2721.57
Hex5F677805D3C415716
Octal13714771001357410112726
Binary101111111001111111000010111011111001000001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F6707; }

 p { color: rgb(95,103,7); }

 H1.HeaderClassName
 {
   color: #5F6707;
 }
 .AnyTagClassName
 {
   color: #5F6707;
 }
</style>
background-color css

<style>
 a { background-color: #5F6707; }

 a { background-color: rgb(95,103,7); }

 div.DivClassName
 {
   background-color: #5F6707;
 }
 .BgClassName
 {
   background-color: #5F6707;
 }
</style>
border-color css

<style>
 span { border-color: #5F6707; }

 span { border-color: rgb(95,103,7); }

 td.TdClassName
 {
   border-color: #5F6707;
 }
 .TagClassName
 {
   border-color: #5F6707;
 }
</style>