Html Css Color HEX #5E740E Fiji Green

📋 copy color: '#5E740E'

red 94 ◦ green 116 ◦ blue 14

#5E740E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5E740E

Tints of Fiji Green #5E740E

RGB

 RED value IS 94 (37.11% from 255) = 41.96%

 GREEN value IS 116 (45.7% from 255) = 51.79%

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 41.96%
G = 51.79%
B = 6.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#5E740E (or 0x5E740E) is known color: Fiji Green. HEX triplet: 5E, 74 and 0E. RGB value is (94,116,14). Sum of RGB (Red+Green+Blue) = 94+116+14=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #5E740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E740E is #A18BF1. Grayscale: #626262. Windows color (decimal): -10587122 or 947294. OLE color: 947294.

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

Color convert

RGB 94 116 14 -
CMYK 0.19 0 0.88 0.55
HSL 72.94º 0.78% 0.25% -
HSV(B) 72.94º 0.88% 0.45% -
XYZ 10.94 14.9 2.72 -
YUV 97.79 80.71 125.29 -
System Red Green Blue C M Y K H S L
Decimal 94 116 14 0.19 0 0.88 0.55 72.94 0.78 0.25
Hex 5E 74 E 13 0 58 37 49 4E 19
Octal 136 164 16 23 0 130 67 111 116 31
Binary 1011110 1110100 1110 10011 0 1011000 110111 1001001 1001110 11001

Color Harmonies of #5E740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E740E

Black with #5E740E

Text Example


Text Example

White with #5E740E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E740E;
 }
 .AnyTagClassName
 {
   color: #5E740E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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