#5F620C

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

Shades of Fiji Green #5F620C

Tints of Fiji Green #5F620C

Color information

#5F620C (or 0x5F620C) is unknown color: approx Fiji Green. HEX triplet: 5F, 62 and 0C. RGB value is (95,98,12). Sum of RGB (Red+Green+Blue) = 95+98+12=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #5F620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F620C is #A09DF3. Grayscale: #575757. Windows color (decimal): -10526196 or 811615. OLE color: 811615.

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

Color convert

RGB959812-
CMYK0.0300.880.62
HSL62.09º78.18%21.57%-
HSV(B)62.09º87.76%38.43%-
XYZ9.1511.192.03-
YUV87.385.51133.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.34%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=46.34%
G=47.80%
B=5.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598120.0300.880.6262.0978.1821.57
Hex5F62C30583E3e4e16
Octal1371421430130767611626
Binary1011111110001011001101011000111110111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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