Html Css Color HEX #5D712F Dark Olive Green

📋 copy color: '#5D712F'

red 93 ◦ green 113 ◦ blue 47

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

Shades of Dark Olive Green #5D712F

Tints of Dark Olive Green #5D712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.66%

 BLUE value IS 47 (18.75% from 255) = 18.58%

R = 36.76%
G = 44.66%
B = 18.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#5D712F (or 0x5D712F) is known color: Dark Olive Green. HEX triplet: 5D, 71 and 2F. RGB value is (93,113,47). Sum of RGB (Red+Green+Blue) = 93+113+47=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #5D712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D712F is #A28ED0. Grayscale: #636363. Windows color (decimal): -10653393 or 3109213. OLE color: 3109213.

HSL color Cylindrical-coordinate representation of color #5D712F: hue angle of 78.18º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D712F is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 113 47 -
CMYK 0.18 0 0.58 0.56
HSL 78.18º 0.41% 0.31% -
HSV(B) 78.18º 0.58% 0.44% -
XYZ 10.93 14.34 4.88 -
YUV 99.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 93 113 47 0.18 0 0.58 0.56 78.18 0.41 0.31
Hex 5D 71 2F 12 0 3A 38 4E 29 1F
Octal 135 161 57 22 0 72 70 116 51 37
Binary 1011101 1110001 101111 10010 0 111010 111000 1001110 101001 11111

Color Harmonies of #5D712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D712F

Black with #5D712F

Text Example


Text Example

White with #5D712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,113,47); }

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

background-color css

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

 a { background-color: rgb(93,113,47); }

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

border-color css

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

 span { border-color: rgb(93,113,47); }

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