Html Css Color HEX #5C702A Dark Olive Green

📋 copy color: '#5C702A'

red 92 ◦ green 112 ◦ blue 42

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

Shades of Dark Olive Green #5C702A

Tints of Dark Olive Green #5C702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

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

R = 37.4%
G = 45.53%
B = 17.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#5C702A (or 0x5C702A) is known color: Dark Olive Green. HEX triplet: 5C, 70 and 2A. RGB value is (92,112,42). Sum of RGB (Red+Green+Blue) = 92+112+42=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #5C702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C702A is #A38FD5. Grayscale: #626262. Windows color (decimal): -10719190 or 2781276. OLE color: 2781276.

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

Color convert

RGB 92 112 42 -
CMYK 0.18 0 0.62 0.56
HSL 77.14º 0.45% 0.3% -
HSV(B) 77.14º 0.63% 0.44% -
XYZ 10.63 14.03 4.34 -
YUV 98.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 92 112 42 0.18 0 0.62 0.56 77.14 0.45 0.3
Hex 5C 70 2A 12 0 3E 38 4D 2D 1E
Octal 134 160 52 22 0 76 70 115 55 36
Binary 1011100 1110000 101010 10010 0 111110 111000 1001101 101101 11110

Color Harmonies of #5C702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C702A

Black with #5C702A

Text Example


Text Example

White with #5C702A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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