Html Css Color HEX #5E7630 Dark Olive Green

📋 copy color: '#5E7630'

red 94 ◦ green 118 ◦ blue 48

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

Shades of Dark Olive Green #5E7630

Tints of Dark Olive Green #5E7630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 36.15%
G = 45.38%
B = 18.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#5E7630 (or 0x5E7630) is known color: Dark Olive Green. HEX triplet: 5E, 76 and 30. RGB value is (94,118,48). Sum of RGB (Red+Green+Blue) = 94+118+48=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7630 is #A189CF. Grayscale: #676767. Windows color (decimal): -10586576 or 3176030. OLE color: 3176030.

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

Color convert

RGB 94 118 48 -
CMYK 0.20 0 0.59 0.54
HSL 80.57º 0.42% 0.33% -
HSV(B) 80.57º 0.59% 0.46% -
XYZ 11.63 15.55 5.18 -
YUV 102.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 94 118 48 0.20 0 0.59 0.54 80.57 0.42 0.33
Hex 5E 76 30 14 0 3B 36 51 2A 21
Octal 136 166 60 24 0 73 66 121 52 41
Binary 1011110 1110110 110000 10100 0 111011 110110 1010001 101010 100001

Color Harmonies of #5E7630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7630

Black with #5E7630

Text Example


Text Example

White with #5E7630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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