#5F7416

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

Shades of Fiji Green #5F7416

Tints of Fiji Green #5F7416

Color information

#5F7416 (or 0x5F7416) is unknown color: approx Fiji Green. HEX triplet: 5F, 74 and 16. RGB value is (95,116,22). Sum of RGB (Red+Green+Blue) = 95+116+22=233 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.77% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7416 is #A08BE9. Grayscale: #636363. Windows color (decimal): -10521578 or 1471583. OLE color: 1471583.

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

Color convert

RGB9511622-
CMYK0.1800.810.55
HSL73.4º68.12%27.06%-
HSV(B)73.4º81.03%45.49%-
XYZ11.1114.983.07-
YUV9984.54125.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.77%
GREEN value IS 116 (45.70% from 255) = 49.79%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=40.77%
G=49.79%
B=9.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95116220.1800.810.5573.468.1227.06
Hex5F7416120513749441b
Octal137164262201216711110433
Binary101111111101001011010010010100011101111001001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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