Html Css Color HEX #56702A Dark Olive Green

📋 copy color: '#56702A'

red 86 ◦ green 112 ◦ blue 42

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

Shades of Dark Olive Green #56702A

Tints of Dark Olive Green #56702A

RGB

 RED value IS 86 (33.98% from 255) = 35.83%

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

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

R = 35.83%
G = 46.67%
B = 17.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#56702A (or 0x56702A) is known color: Dark Olive Green. HEX triplet: 56, 70 and 2A. RGB value is (86,112,42). Sum of RGB (Red+Green+Blue) = 86+112+42=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #56702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56702A is #A98FD5. Grayscale: #606060. Windows color (decimal): -11112406 or 2781270. OLE color: 2781270.

HSL color Cylindrical-coordinate representation of color #56702A: hue angle of 82.29º 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 #56702A is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 112 42 -
CMYK 0.23 0 0.62 0.56
HSL 82.29º 0.45% 0.3% -
HSV(B) 82.29º 0.63% 0.44% -
XYZ 10.05 13.73 4.31 -
YUV 96.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 86 112 42 0.23 0 0.62 0.56 82.29 0.45 0.3
Hex 56 70 2A 17 0 3E 38 52 2D 1E
Octal 126 160 52 27 0 76 70 122 55 36
Binary 1010110 1110000 101010 10111 0 111110 111000 1010010 101101 11110

Color Harmonies of #56702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56702A

Black with #56702A

Text Example


Text Example

White with #56702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56702A; }

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

 H1.HeaderClassName
 {
   color: #56702A;
 }
 .AnyTagClassName
 {
   color: #56702A;
 }
</style>

background-color css

<style>
 a { background-color: #56702A; }

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

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

border-color css

<style>
 span { border-color: #56702A; }

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

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