Html Css Color HEX #5C712A Dark Olive Green

📋 copy color: '#5C712A'

red 92 ◦ green 113 ◦ blue 42

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

Shades of Dark Olive Green #5C712A

Tints of Dark Olive Green #5C712A

RGB

 RED value IS 92 (36.33% from 255) = 37.25%

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

 BLUE value IS 42 (16.8% from 255) = 17%

R = 37.25%
G = 45.75%
B = 17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#5C712A (or 0x5C712A) is known color: Dark Olive Green. HEX triplet: 5C, 71 and 2A. RGB value is (92,113,42). Sum of RGB (Red+Green+Blue) = 92+113+42=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #5C712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C712A is #A38ED5. Grayscale: #626262. Windows color (decimal): -10718934 or 2781532. OLE color: 2781532.

HSL color Cylindrical-coordinate representation of color #5C712A: hue angle of 77.75º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C712A is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 113 42 -
CMYK 0.19 0 0.63 0.56
HSL 77.75º 0.46% 0.3% -
HSV(B) 77.75º 0.63% 0.44% -
XYZ 10.74 14.25 4.38 -
YUV 98.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 92 113 42 0.19 0 0.63 0.56 77.75 0.46 0.3
Hex 5C 71 2A 13 0 3F 38 4E 2E 1E
Octal 134 161 52 23 0 77 70 116 56 36
Binary 1011100 1110001 101010 10011 0 111111 111000 1001110 101110 11110

Color Harmonies of #5C712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C712A

Black with #5C712A

Text Example


Text Example

White with #5C712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,113,42); }

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

background-color css

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

 a { background-color: rgb(92,113,42); }

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

border-color css

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

 span { border-color: rgb(92,113,42); }

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