Html Css Color HEX #5D7627 Dark Olive Green

📋 copy color: '#5D7627'

red 93 ◦ green 118 ◦ blue 39

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

Shades of Dark Olive Green #5D7627

Tints of Dark Olive Green #5D7627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 37.2%
G = 47.2%
B = 15.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#5D7627 (or 0x5D7627) is known color: Dark Olive Green. HEX triplet: 5D, 76 and 27. RGB value is (93,118,39). Sum of RGB (Red+Green+Blue) = 93+118+39=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7627 is #A289D8. Grayscale: #656565. Windows color (decimal): -10652121 or 2586205. OLE color: 2586205.

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

Color convert

RGB 93 118 39 -
CMYK 0.21 0 0.67 0.54
HSL 78.99º 0.5% 0.31% -
HSV(B) 78.99º 0.67% 0.46% -
XYZ 11.36 15.43 4.3 -
YUV 101.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 93 118 39 0.21 0 0.67 0.54 78.99 0.5 0.31
Hex 5D 76 27 15 0 43 36 4F 32 1F
Octal 135 166 47 25 0 103 66 117 62 37
Binary 1011101 1110110 100111 10101 0 1000011 110110 1001111 110010 11111

Color Harmonies of #5D7627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7627

Black with #5D7627

Text Example


Text Example

White with #5D7627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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