#5F6C12

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

Shades of Fiji Green #5F6C12

Tints of Fiji Green #5F6C12

Color information

#5F6C12 (or 0x5F6C12) is unknown color: approx Fiji Green. HEX triplet: 5F, 6C and 12. RGB value is (95,108,18). Sum of RGB (Red+Green+Blue) = 95+108+18=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #5F6C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6C12 is #A093ED. Grayscale: #5E5E5E. Windows color (decimal): -10523630 or 1207391. OLE color: 1207391.

HSL color Cylindrical-coordinate representation of color #5F6C12: hue angle of 68.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F6C12 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB9510818-
CMYK0.1200.830.58
HSL68.67º71.43%24.71%-
HSV(B)68.67º83.33%42.35%-
XYZ10.1913.22.58-
YUV93.8585.19128.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.99%
GREEN value IS 108 (42.58% from 255) = 48.87%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=42.99%
G=48.87%
B=8.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95108180.1200.830.5868.6771.4324.71
Hex5F6C12C0533A454719
Octal137154221401237210510731
Binary10111111101100100101100010100111110101000101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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