Html Css Color HEX #5E7120 Fiji Green

📋 copy color: '#5E7120'

red 94 ◦ green 113 ◦ blue 32

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

Shades of Fiji Green #5E7120

Tints of Fiji Green #5E7120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.39%

R = 39.33%
G = 47.28%
B = 13.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#5E7120 (or 0x5E7120) is known color: Fiji Green. HEX triplet: 5E, 71 and 20. RGB value is (94,113,32). Sum of RGB (Red+Green+Blue) = 94+113+32=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7120 is #A18EDF. Grayscale: #626262. Windows color (decimal): -10587872 or 2126174. OLE color: 2126174.

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

Color convert

RGB 94 113 32 -
CMYK 0.17 0 0.72 0.56
HSL 74.07º 0.56% 0.28% -
HSV(B) 74.07º 0.72% 0.44% -
XYZ 10.78 14.29 3.56 -
YUV 98.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 94 113 32 0.17 0 0.72 0.56 74.07 0.56 0.28
Hex 5E 71 20 11 0 48 38 4A 38 1C
Octal 136 161 40 21 0 110 70 112 70 34
Binary 1011110 1110001 100000 10001 0 1001000 111000 1001010 111000 11100

Color Harmonies of #5E7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7120

Black with #5E7120

Text Example


Text Example

White with #5E7120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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