Html Css Color HEX #5E7620 Fiji Green

📋 copy color: '#5E7620'

red 94 ◦ green 118 ◦ blue 32

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

Shades of Fiji Green #5E7620

Tints of Fiji Green #5E7620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.36%

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

R = 38.52%
G = 48.36%
B = 13.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#5E7620 (or 0x5E7620) is known color: Fiji Green. HEX triplet: 5E, 76 and 20. RGB value is (94,118,32). Sum of RGB (Red+Green+Blue) = 94+118+32=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7620 is #A189DF. Grayscale: #656565. Windows color (decimal): -10586592 or 2127454. OLE color: 2127454.

HSL color Cylindrical-coordinate representation of color #5E7620: hue angle of 76.74º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E7620 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 32 -
CMYK 0.20 0 0.73 0.54
HSL 76.74º 0.57% 0.29% -
HSV(B) 76.74º 0.73% 0.46% -
XYZ 11.36 15.44 3.75 -
YUV 101.02 89.05 122.99 -
System Red Green Blue C M Y K H S L
Decimal 94 118 32 0.20 0 0.73 0.54 76.74 0.57 0.29
Hex 5E 76 20 14 0 49 36 4D 39 1D
Octal 136 166 40 24 0 111 66 115 71 35
Binary 1011110 1110110 100000 10100 0 1001001 110110 1001101 111001 11101

Color Harmonies of #5E7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7620

Black with #5E7620

Text Example


Text Example

White with #5E7620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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