#5F7418

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

Shades of Fiji Green #5F7418

Tints of Fiji Green #5F7418

Color information

#5F7418 (or 0x5F7418) is unknown color: approx Fiji Green. HEX triplet: 5F, 74 and 18. RGB value is (95,116,24). Sum of RGB (Red+Green+Blue) = 95+116+24=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7418 is #A08BE7. Grayscale: #636363. Windows color (decimal): -10521576 or 1602655. OLE color: 1602655.

HSL color Cylindrical-coordinate representation of color #5F7418: hue angle of 73.7º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F7418 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB9511624-
CMYK0.1800.790.55
HSL73.7º65.71%27.45%-
HSV(B)73.7º79.31%45.49%-
XYZ11.1314.993.17-
YUV99.2385.54124.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.43%
GREEN value IS 116 (45.70% from 255) = 49.36%
BLUE value IS 24 (9.77% from 255) = 10.21%
R=40.43%
G=49.36%
B=10.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95116240.1800.790.5573.765.7127.45
Hex5F74181204F374a421b
Octal137164302201176711210233
Binary101111111101001100010010010011111101111001010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,116,24); }

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

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

 a { background-color: rgb(95,116,24); }

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

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

 span { border-color: rgb(95,116,24); }

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