Html Css Color HEX #5D762D Dark Olive Green

📋 copy color: '#5D762D'

red 93 ◦ green 118 ◦ blue 45

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

Shades of Dark Olive Green #5D762D

Tints of Dark Olive Green #5D762D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 36.33%
G = 46.09%
B = 17.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#5D762D (or 0x5D762D) is known color: Dark Olive Green. HEX triplet: 5D, 76 and 2D. RGB value is (93,118,45). Sum of RGB (Red+Green+Blue) = 93+118+45=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #5D762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D762D is #A289D2. Grayscale: #666666. Windows color (decimal): -10652115 or 2979421. OLE color: 2979421.

HSL color Cylindrical-coordinate representation of color #5D762D: hue angle of 80.55º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D762D is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 118 45 -
CMYK 0.21 0 0.62 0.54
HSL 80.55º 0.45% 0.32% -
HSV(B) 80.55º 0.62% 0.46% -
XYZ 11.47 15.47 4.86 -
YUV 102.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 93 118 45 0.21 0 0.62 0.54 80.55 0.45 0.32
Hex 5D 76 2D 15 0 3E 36 51 2D 20
Octal 135 166 55 25 0 76 66 121 55 40
Binary 1011101 1110110 101101 10101 0 111110 110110 1010001 101101 100000

Color Harmonies of #5D762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D762D

Black with #5D762D

Text Example


Text Example

White with #5D762D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,118,45); }

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

background-color css

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

 a { background-color: rgb(93,118,45); }

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

border-color css

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

 span { border-color: rgb(93,118,45); }

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