#5F6F1F

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

Shades of Fiji Green #5F6F1F

Tints of Fiji Green #5F6F1F

Color information

#5F6F1F (or 0x5F6F1F) is unknown color: approx Fiji Green. HEX triplet: 5F, 6F and 1F. RGB value is (95,111,31). Sum of RGB (Red+Green+Blue) = 95+111+31=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6F1F is #A090E0. Grayscale: #616161. Windows color (decimal): -10522849 or 2060127. OLE color: 2060127.

HSL color Cylindrical-coordinate representation of color #5F6F1F: hue angle of 72º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F6F1F is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB9511131-
CMYK0.1400.720.56
HSL72º56.34%27.84%-
HSV(B)72º72.07%43.53%-
XYZ10.6513.93.42-
YUV97.190.7126.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.08%
GREEN value IS 111 (43.75% from 255) = 46.84%
BLUE value IS 31 (12.5% from 255) = 13.08%
R=40.08%
G=46.84%
B=13.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95111310.1400.720.567256.3427.84
Hex5F6F1FE0483848381c
Octal13715737160110701107034
Binary1011111110111111111111001001000111000100100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,111,31); }

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

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

 a { background-color: rgb(95,111,31); }

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

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

 span { border-color: rgb(95,111,31); }

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