#5E7014

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

Shades of Fiji Green #5E7014

Tints of Fiji Green #5E7014

Color information

#5E7014 (or 0x5E7014) is unknown color: approx Fiji Green. HEX triplet: 5E, 70 and 14. RGB value is (94,112,20). Sum of RGB (Red+Green+Blue) = 94+112+20=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7014 is #A18FEB. Grayscale: #606060. Windows color (decimal): -10588140 or 1339486. OLE color: 1339486.

HSL color Cylindrical-coordinate representation of color #5E7014: hue angle of 71.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E7014 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB9411220-
CMYK0.1600.820.56
HSL71.74º69.7%25.88%-
HSV(B)71.74º82.14%43.92%-
XYZ10.5414.022.81-
YUV96.1385.04126.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.59%
GREEN value IS 112 (44.14% from 255) = 49.56%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=41.59%
G=49.56%
B=8.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94112200.1600.820.5671.7469.725.88
Hex5E7014100523848461a
Octal136160242001227011010632
Binary101111011100001010010000010100101110001001000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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