#5F6914

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

Shades of Fiji Green #5F6914

Tints of Fiji Green #5F6914

Color information

#5F6914 (or 0x5F6914) is unknown color: approx Fiji Green. HEX triplet: 5F, 69 and 14. RGB value is (95,105,20). Sum of RGB (Red+Green+Blue) = 95+105+20=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #5F6914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6914 is #A096EB. Grayscale: #5C5C5C. Windows color (decimal): -10524396 or 1337695. OLE color: 1337695.

HSL color Cylindrical-coordinate representation of color #5F6914: hue angle of 67.06º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F6914 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB9510520-
CMYK0.1000.810.59
HSL67.06º68%24.51%-
HSV(B)67.06º80.95%41.18%-
XYZ9.912.592.57-
YUV92.3287.19129.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.18%
GREEN value IS 105 (41.41% from 255) = 47.73%
BLUE value IS 20 (8.20% from 255) = 9.09%
R=43.18%
G=47.73%
B=9.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95105200.1000.810.5967.066824.51
Hex5F6914A0513B434419
Octal137151241201217310310431
Binary10111111101001101001010010100011110111000011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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