#5F6012

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

Shades of Fiji Green #5F6012

Tints of Fiji Green #5F6012

Color information

#5F6012 (or 0x5F6012) is unknown color: approx Fiji Green. HEX triplet: 5F, 60 and 12. RGB value is (95,96,18). Sum of RGB (Red+Green+Blue) = 95+96+18=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6012 is #A09FED. Grayscale: #575757. Windows color (decimal): -10526702 or 1204319. OLE color: 1204319.

HSL color Cylindrical-coordinate representation of color #5F6012: hue angle of 60.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F6012 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB959618-
CMYK0.0100.810.62
HSL60.77º68.42%22.35%-
HSV(B)60.77º81.25%37.65%-
XYZ9.0110.842.19-
YUV86.8189.17133.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.45%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=45.45%
G=45.93%
B=8.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596180.0100.810.6260.7768.4222.35
Hex5F601210513E3d4416
Octal1371402210121767510426
Binary1011111110000010010101010001111110111101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,96,18); }

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

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

 a { background-color: rgb(95,96,18); }

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

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

 span { border-color: rgb(95,96,18); }

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