Html Css Color HEX #5D772C Dark Olive Green

📋 copy color: '#5D772C'

red 93 ◦ green 119 ◦ blue 44

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

Shades of Dark Olive Green #5D772C

Tints of Dark Olive Green #5D772C

RGB

 RED value IS 93 (36.72% from 255) = 36.33%

 GREEN value IS 119 (46.88% from 255) = 46.48%

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 36.33%
G = 46.48%
B = 17.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#5D772C (or 0x5D772C) is known color: Dark Olive Green. HEX triplet: 5D, 77 and 2C. RGB value is (93,119,44). Sum of RGB (Red+Green+Blue) = 93+119+44=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #5D772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D772C is #A288D3. Grayscale: #666666. Windows color (decimal): -10651860 or 2914141. OLE color: 2914141.

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

Color convert

RGB 93 119 44 -
CMYK 0.22 0 0.63 0.53
HSL 80.8º 0.46% 0.32% -
HSV(B) 80.8º 0.63% 0.47% -
XYZ 11.57 15.7 4.8 -
YUV 102.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 93 119 44 0.22 0 0.63 0.53 80.8 0.46 0.32
Hex 5D 77 2C 16 0 3F 35 51 2E 20
Octal 135 167 54 26 0 77 65 121 56 40
Binary 1011101 1110111 101100 10110 0 111111 110101 1010001 101110 100000

Color Harmonies of #5D772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D772C

Black with #5D772C

Text Example


Text Example

White with #5D772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,119,44); }

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

background-color css

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

 a { background-color: rgb(93,119,44); }

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

border-color css

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

 span { border-color: rgb(93,119,44); }

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