#5E740A

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

Shades of Fiji Green #5E740A

Tints of Fiji Green #5E740A

Color information

#5E740A (or 0x5E740A) is unknown color: approx Fiji Green. HEX triplet: 5E, 74 and 0A. RGB value is (94,116,10). Sum of RGB (Red+Green+Blue) = 94+116+10=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #5E740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E740A is #A18BF5. Grayscale: #616161. Windows color (decimal): -10587126 or 685150. OLE color: 685150.

HSL color Cylindrical-coordinate representation of color #5E740A: hue angle of 72.45º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E740A is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB9411610-
CMYK0.1900.910.55
HSL72.45º84.13%24.71%-
HSV(B)72.45º91.38%45.49%-
XYZ10.9214.892.59-
YUV97.3478.71125.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.73%
GREEN value IS 116 (45.70% from 255) = 52.73%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=42.73%
G=52.73%
B=4.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94116100.1900.910.5572.4584.1324.71
Hex5E74A1305B37485419
Octal136164122301336711012431
Binary10111101110100101010011010110111101111001000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,116,10); }

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

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

 a { background-color: rgb(94,116,10); }

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

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

 span { border-color: rgb(94,116,10); }

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