Html Css Color HEX #566A2F Dark Olive Green

📋 copy color: '#566A2F'

red 86 ◦ green 106 ◦ blue 47

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

Shades of Dark Olive Green #566A2F

Tints of Dark Olive Green #566A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 35.98%
G = 44.35%
B = 19.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#566A2F (or 0x566A2F) is known color: Dark Olive Green. HEX triplet: 56, 6A and 2F. RGB value is (86,106,47). Sum of RGB (Red+Green+Blue) = 86+106+47=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #566A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566A2F is #A995D0. Grayscale: #5D5D5D. Windows color (decimal): -11113937 or 3107414. OLE color: 3107414.

HSL color Cylindrical-coordinate representation of color #566A2F: hue angle of 80.34º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #566A2F is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 106 47 -
CMYK 0.19 0 0.56 0.58
HSL 80.34º 0.39% 0.3% -
HSV(B) 80.34º 0.56% 0.42% -
XYZ 9.5 12.49 4.6 -
YUV 93.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 86 106 47 0.19 0 0.56 0.58 80.34 0.39 0.3
Hex 56 6A 2F 13 0 38 3A 50 27 1E
Octal 126 152 57 23 0 70 72 120 47 36
Binary 1010110 1101010 101111 10011 0 111000 111010 1010000 100111 11110

Color Harmonies of #566A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A2F

Black with #566A2F

Text Example


Text Example

White with #566A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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