#5F610F

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

Shades of Fiji Green #5F610F

Tints of Fiji Green #5F610F

Color information

#5F610F (or 0x5F610F) is unknown color: approx Fiji Green. HEX triplet: 5F, 61 and 0F. RGB value is (95,97,15). Sum of RGB (Red+Green+Blue) = 95+97+15=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #5F610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F610F is #A09EF0. Grayscale: #575757. Windows color (decimal): -10526449 or 1007967. OLE color: 1007967.

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

Color convert

RGB959715-
CMYK0.0200.850.62
HSL61.46º73.21%21.96%-
HSV(B)61.46º84.54%38.04%-
XYZ9.0811.022.1-
YUV87.0587.34133.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.89%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=45.89%
G=46.86%
B=7.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597150.0200.850.6261.4673.2121.96
Hex5F61F20553E3d4916
Octal1371411720125767511126
Binary1011111110000111111001010101111110111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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