#5E6F20

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

Shades of Fiji Green #5E6F20

Tints of Fiji Green #5E6F20

Color information

#5E6F20 (or 0x5E6F20) is unknown color: approx Fiji Green. HEX triplet: 5E, 6F and 20. RGB value is (94,111,32). Sum of RGB (Red+Green+Blue) = 94+111+32=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6F20 is #A190DF. Grayscale: #616161. Windows color (decimal): -10588384 or 2125662. OLE color: 2125662.

HSL color Cylindrical-coordinate representation of color #5E6F20: hue angle of 72.91º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E6F20 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB9411132-
CMYK0.1500.710.56
HSL72.91º55.24%28.04%-
HSV(B)72.91º71.17%43.53%-
XYZ10.5613.853.48-
YUV96.9191.37125.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.66%
GREEN value IS 111 (43.75% from 255) = 46.84%
BLUE value IS 32 (12.89% from 255) = 13.50%
R=39.66%
G=46.84%
B=13.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94111320.1500.710.5672.9155.2428.04
Hex5E6F20F0473849371c
Octal13615740170107701116734
Binary10111101101111100000111101000111111000100100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,111,32); }

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

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

 a { background-color: rgb(94,111,32); }

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

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

 span { border-color: rgb(94,111,32); }

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