#5F660C

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

Shades of Fiji Green #5F660C

Tints of Fiji Green #5F660C

Color information

#5F660C (or 0x5F660C) is unknown color: approx Fiji Green. HEX triplet: 5F, 66 and 0C. RGB value is (95,102,12). Sum of RGB (Red+Green+Blue) = 95+102+12=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #5F660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F660C is #A099F3. Grayscale: #5A5A5A. Windows color (decimal): -10525172 or 812639. OLE color: 812639.

HSL color Cylindrical-coordinate representation of color #5F660C: hue angle of 64.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F660C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB9510212-
CMYK0.0700.880.6
HSL64.67º78.95%22.35%-
HSV(B)64.67º88.24%40%-
XYZ9.5411.962.15-
YUV89.6584.18131.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.45%
GREEN value IS 102 (40.23% from 255) = 48.80%
BLUE value IS 12 (5.08% from 255) = 5.74%
R=45.45%
G=48.80%
B=5.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95102120.0700.880.664.6778.9522.35
Hex5F66C70583C414f16
Octal13714614701307410111726
Binary101111111001101100111010110001111001000001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,102,12); }

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

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

 a { background-color: rgb(95,102,12); }

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

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

 span { border-color: rgb(95,102,12); }

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