#5E6014

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

Shades of Fiji Green #5E6014

Tints of Fiji Green #5E6014

Color information

#5E6014 (or 0x5E6014) is unknown color: approx Fiji Green. HEX triplet: 5E, 60 and 14. RGB value is (94,96,20). Sum of RGB (Red+Green+Blue) = 94+96+20=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6014 is #A19FEB. Grayscale: #575757. Windows color (decimal): -10592236 or 1335390. OLE color: 1335390.

HSL color Cylindrical-coordinate representation of color #5E6014: hue angle of 61.58º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E6014 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB949620-
CMYK0.0200.790.62
HSL61.58º65.52%22.75%-
HSV(B)61.58º79.17%37.65%-
XYZ8.9310.82.28-
YUV86.7490.34133.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.76%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=44.76%
G=45.71%
B=9.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496200.0200.790.6261.5865.5222.75
Hex5E6014204F3E3e4217
Octal1361402420117767610227
Binary10111101100000101001001001111111110111110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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