#5E660C

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

Shades of Fiji Green #5E660C

Tints of Fiji Green #5E660C

Color information

#5E660C (or 0x5E660C) is unknown color: approx Fiji Green. HEX triplet: 5E, 66 and 0C. RGB value is (94,102,12). Sum of RGB (Red+Green+Blue) = 94+102+12=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #5E660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E660C is #A199F3. Grayscale: #595959. Windows color (decimal): -10590708 or 812638. OLE color: 812638.

HSL color Cylindrical-coordinate representation of color #5E660C: hue angle of 65.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E660C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB9410212-
CMYK0.0800.880.6
HSL65.33º78.95%22.35%-
HSV(B)65.33º88.24%40%-
XYZ9.4311.912.15-
YUV89.3584.35131.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.19%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 12 (5.08% from 255) = 5.77%
R=45.19%
G=49.04%
B=5.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal94102120.0800.880.665.3378.9522.35
Hex5E66C80583C414f16
Octal136146141001307410111726
Binary1011110110011011001000010110001111001000001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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