#5F7116

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

Shades of Fiji Green #5F7116

Tints of Fiji Green #5F7116

Color information

#5F7116 (or 0x5F7116) is unknown color: approx Fiji Green. HEX triplet: 5F, 71 and 16. RGB value is (95,113,22). Sum of RGB (Red+Green+Blue) = 95+113+22=230 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.30% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7116 is #A08EE9. Grayscale: #616161. Windows color (decimal): -10522346 or 1470815. OLE color: 1470815.

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

Color convert

RGB9511322-
CMYK0.1600.810.56
HSL71.87º67.41%26.47%-
HSV(B)71.87º80.53%44.31%-
XYZ10.7714.32.95-
YUV97.2485.54126.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.30%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=41.30%
G=49.13%
B=9.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95113220.1600.810.5671.8767.4126.47
Hex5F7116100513848431a
Octal137161262001217011010332
Binary101111111100011011010000010100011110001001000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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