#5F6614

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

Shades of Fiji Green #5F6614

Tints of Fiji Green #5F6614

Color information

#5F6614 (or 0x5F6614) is unknown color: approx Fiji Green. HEX triplet: 5F, 66 and 14. RGB value is (95,102,20). Sum of RGB (Red+Green+Blue) = 95+102+20=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6614 is #A099EB. Grayscale: #5A5A5A. Windows color (decimal): -10525164 or 1336927. OLE color: 1336927.

HSL color Cylindrical-coordinate representation of color #5F6614: hue angle of 65.12º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F6614 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB9510220-
CMYK0.0700.800.6
HSL65.12º67.21%23.92%-
HSV(B)65.12º80.39%40%-
XYZ9.611.992.47-
YUV90.5688.18131.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.78%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=43.78%
G=47.00%
B=9.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95102200.0700.800.665.1267.2123.92
Hex5F661470503C414318
Octal13714624701207410110330
Binary1011111110011010100111010100001111001000001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,102,20); }

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

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

 a { background-color: rgb(95,102,20); }

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

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

 span { border-color: rgb(95,102,20); }

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