Html Css Color HEX #566A2A Dark Olive Green

📋 copy color: '#566A2A'

red 86 ◦ green 106 ◦ blue 42

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

Shades of Dark Olive Green #566A2A

Tints of Dark Olive Green #566A2A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.3%

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

R = 36.75%
G = 45.3%
B = 17.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#566A2A (or 0x566A2A) is known color: Dark Olive Green. HEX triplet: 56, 6A and 2A. RGB value is (86,106,42). Sum of RGB (Red+Green+Blue) = 86+106+42=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #566A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566A2A is #A995D5. Grayscale: #5C5C5C. Windows color (decimal): -11113942 or 2779734. OLE color: 2779734.

HSL color Cylindrical-coordinate representation of color #566A2A: hue angle of 78.75º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #566A2A is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 106 42 -
CMYK 0.19 0 0.60 0.58
HSL 78.75º 0.43% 0.29% -
HSV(B) 78.75º 0.6% 0.42% -
XYZ 9.41 12.45 4.1 -
YUV 92.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 86 106 42 0.19 0 0.60 0.58 78.75 0.43 0.29
Hex 56 6A 2A 13 0 3C 3A 4F 2B 1D
Octal 126 152 52 23 0 74 72 117 53 35
Binary 1010110 1101010 101010 10011 0 111100 111010 1001111 101011 11101

Color Harmonies of #566A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A2A

Black with #566A2A

Text Example


Text Example

White with #566A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566A2A; }

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

 H1.HeaderClassName
 {
   color: #566A2A;
 }
 .AnyTagClassName
 {
   color: #566A2A;
 }
</style>

background-color css

<style>
 a { background-color: #566A2A; }

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

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

border-color css

<style>
 span { border-color: #566A2A; }

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

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