Html Css Color HEX #5E7814 Fiji Green

📋 copy color: '#5E7814'

red 94 ◦ green 120 ◦ blue 20

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

Shades of Fiji Green #5E7814

Tints of Fiji Green #5E7814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.28%

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 40.17%
G = 51.28%
B = 8.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#5E7814 (or 0x5E7814) is known color: Fiji Green. HEX triplet: 5E, 78 and 14. RGB value is (94,120,20). Sum of RGB (Red+Green+Blue) = 94+120+20=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7814 is #A187EB. Grayscale: #656565. Windows color (decimal): -10586092 or 1341534. OLE color: 1341534.

HSL color Cylindrical-coordinate representation of color #5E7814: hue angle of 75.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E7814 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 120 20 -
CMYK 0.22 0 0.83 0.53
HSL 75.6º 0.71% 0.27% -
HSV(B) 75.6º 0.83% 0.47% -
XYZ 11.46 15.86 3.12 -
YUV 100.83 82.39 123.13 -
System Red Green Blue C M Y K H S L
Decimal 94 120 20 0.22 0 0.83 0.53 75.6 0.71 0.27
Hex 5E 78 14 16 0 53 35 4C 47 1B
Octal 136 170 24 26 0 123 65 114 107 33
Binary 1011110 1111000 10100 10110 0 1010011 110101 1001100 1000111 11011

Color Harmonies of #5E7814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7814

Black with #5E7814

Text Example


Text Example

White with #5E7814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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