#5F610E

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

Shades of Fiji Green #5F610E

Tints of Fiji Green #5F610E

Color information

#5F610E (or 0x5F610E) is unknown color: approx Fiji Green. HEX triplet: 5F, 61 and 0E. RGB value is (95,97,14). Sum of RGB (Red+Green+Blue) = 95+97+14=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #5F610E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F610E is #A09EF1. Grayscale: #575757. Windows color (decimal): -10526450 or 942431. OLE color: 942431.

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

Color convert

RGB959714-
CMYK0.0200.860.62
HSL61.45º74.77%21.76%-
HSV(B)61.45º85.57%38.04%-
XYZ9.0711.012.06-
YUV86.9486.84133.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 14 (5.86% from 255) = 6.80%
R=46.12%
G=47.09%
B=6.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597140.0200.860.6261.4574.7721.76
Hex5F61E20563E3d4b16
Octal1371411620126767511326
Binary1011111110000111101001010110111110111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,97,14); }

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

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

 a { background-color: rgb(95,97,14); }

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

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

 span { border-color: rgb(95,97,14); }

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