Html Css Color HEX #5E7104 Fiji Green

📋 copy color: '#5E7104'

red 94 ◦ green 113 ◦ blue 4

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

Shades of Fiji Green #5E7104

Tints of Fiji Green #5E7104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.55%

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 44.55%
G = 53.55%
B = 1.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#5E7104 (or 0x5E7104) is known color: Fiji Green. HEX triplet: 5E, 71 and 04. RGB value is (94,113,4). Sum of RGB (Red+Green+Blue) = 94+113+4=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7104 is #A18EFB. Grayscale: #5F5F5F. Windows color (decimal): -10587900 or 291166. OLE color: 291166.

HSL color Cylindrical-coordinate representation of color #5E7104: hue angle of 70.46º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E7104 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 4 -
CMYK 0.17 0 0.96 0.56
HSL 70.46º 0.93% 0.23% -
HSV(B) 70.46º 0.96% 0.44% -
XYZ 10.54 14.2 2.3 -
YUV 94.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 94 113 4 0.17 0 0.96 0.56 70.46 0.93 0.23
Hex 5E 71 4 11 0 60 38 46 5D 17
Octal 136 161 4 21 0 140 70 106 135 27
Binary 1011110 1110001 100 10001 0 1100000 111000 1000110 1011101 10111

Color Harmonies of #5E7104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7104

Black with #5E7104

Text Example


Text Example

White with #5E7104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,4); }

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

background-color css

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

 a { background-color: rgb(94,113,4); }

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

border-color css

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

 span { border-color: rgb(94,113,4); }

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