#5E6614

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

Shades of Fiji Green #5E6614

Tints of Fiji Green #5E6614

Color information

#5E6614 (or 0x5E6614) is unknown color: approx Fiji Green. HEX triplet: 5E, 66 and 14. RGB value is (94,102,20). Sum of RGB (Red+Green+Blue) = 94+102+20=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6614 is #A199EB. Grayscale: #5A5A5A. Windows color (decimal): -10590700 or 1336926. OLE color: 1336926.

HSL color Cylindrical-coordinate representation of color #5E6614: hue angle of 65.85º 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 #5E6614 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB9410220-
CMYK0.0800.800.6
HSL65.85º67.21%23.92%-
HSV(B)65.85º80.39%40%-
XYZ9.4911.932.46-
YUV90.2688.35130.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.52%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=43.52%
G=47.22%
B=9.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal94102200.0800.800.665.8567.2123.92
Hex5E661480503C424318
Octal136146241001207410210330
Binary10111101100110101001000010100001111001000010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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