#5f6d1f

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

Shades of Fiji Green #5F6D1F

Tints of Fiji Green #5F6D1F

Color information

#5F6D1F (or 0x5F6D1F) is unknown color: approx Fiji Green. HEX triplet: 5F, 6D and 1F. RGB value is (95,109,31). Sum of RGB (Red+Green+Blue) = 95+109+31=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #5F6D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6D1F is #A092E0. Grayscale: #606060. Windows color (decimal): -10523361 or 2059615. OLE color: 2059615.

HSL color Cylindrical-coordinate representation of color #5F6D1F: hue angle of 70.77º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F6D1F is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB9510931-
CMYK0.1300.720.57
HSL70.77º55.71%27.45%-
HSV(B)70.77º71.56%42.75%-
XYZ10.4413.473.35-
YUV95.9291.36127.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.43%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 31 (12.5% from 255) = 13.19%
R=40.43%
G=46.38%
B=13.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95109310.1300.720.5770.7755.7127.45
Hex5F6D1FD0483947381b
Octal13715537150110711077033
Binary1011111110110111111110101001000111001100011111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f6d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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