#5F7016

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

Shades of Fiji Green #5F7016

Tints of Fiji Green #5F7016

Color information

#5F7016 (or 0x5F7016) is unknown color: approx Fiji Green. HEX triplet: 5F, 70 and 16. RGB value is (95,112,22). Sum of RGB (Red+Green+Blue) = 95+112+22=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7016 is #A08FE9. Grayscale: #616161. Windows color (decimal): -10522602 or 1470559. OLE color: 1470559.

HSL color Cylindrical-coordinate representation of color #5F7016: hue angle of 71.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F7016 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB9511222-
CMYK0.1500.800.56
HSL71.33º67.16%26.27%-
HSV(B)71.33º80.36%43.92%-
XYZ10.6614.082.91-
YUV96.6685.87126.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.48%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=41.48%
G=48.91%
B=9.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95112220.1500.800.5671.3367.1626.27
Hex5F7016F0503847431a
Octal137160261701207010710332
Binary10111111110000101101111010100001110001000111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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