Html Css Color HEX #566B2A Dark Olive Green

📋 copy color: '#566B2A'

red 86 ◦ green 107 ◦ blue 42

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

Shades of Dark Olive Green #566B2A

Tints of Dark Olive Green #566B2A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.53%

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

R = 36.6%
G = 45.53%
B = 17.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#566B2A (or 0x566B2A) is known color: Dark Olive Green. HEX triplet: 56, 6B and 2A. RGB value is (86,107,42). Sum of RGB (Red+Green+Blue) = 86+107+42=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #566B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566B2A is #A994D5. Grayscale: #5D5D5D. Windows color (decimal): -11113686 or 2779990. OLE color: 2779990.

HSL color Cylindrical-coordinate representation of color #566B2A: hue angle of 79.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #566B2A is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 107 42 -
CMYK 0.20 0 0.61 0.58
HSL 79.38º 0.44% 0.29% -
HSV(B) 79.38º 0.61% 0.42% -
XYZ 9.51 12.66 4.13 -
YUV 93.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 86 107 42 0.20 0 0.61 0.58 79.38 0.44 0.29
Hex 56 6B 2A 14 0 3D 3A 4F 2C 1D
Octal 126 153 52 24 0 75 72 117 54 35
Binary 1010110 1101011 101010 10100 0 111101 111010 1001111 101100 11101

Color Harmonies of #566B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566B2A

Black with #566B2A

Text Example


Text Example

White with #566B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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