Html Css Color HEX #56662B Dark Olive Green

📋 copy color: '#56662B'

red 86 ◦ green 102 ◦ blue 43

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

Shades of Dark Olive Green #56662B

Tints of Dark Olive Green #56662B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.16%

 BLUE value IS 43 (17.19% from 255) = 18.61%

R = 37.23%
G = 44.16%
B = 18.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#56662B (or 0x56662B) is known color: Dark Olive Green. HEX triplet: 56, 66 and 2B. RGB value is (86,102,43). Sum of RGB (Red+Green+Blue) = 86+102+43=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #56662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56662B is #A999D4. Grayscale: #5A5A5A. Windows color (decimal): -11114965 or 2844246. OLE color: 2844246.

HSL color Cylindrical-coordinate representation of color #56662B: hue angle of 76.27º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56662B is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 86 102 43 -
CMYK 0.16 0 0.58 0.6
HSL 76.27º 0.41% 0.28% -
HSV(B) 76.27º 0.58% 0.4% -
XYZ 9.03 11.66 4.06 -
YUV 90.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 86 102 43 0.16 0 0.58 0.6 76.27 0.41 0.28
Hex 56 66 2B 10 0 3A 3C 4C 29 1C
Octal 126 146 53 20 0 72 74 114 51 34
Binary 1010110 1100110 101011 10000 0 111010 111100 1001100 101001 11100

Color Harmonies of #56662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56662B

Black with #56662B

Text Example


Text Example

White with #56662B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56662B; }

 p { color: rgb(86,102,43); }

 H1.HeaderClassName
 {
   color: #56662B;
 }
 .AnyTagClassName
 {
   color: #56662B;
 }
</style>

background-color css

<style>
 a { background-color: #56662B; }

 a { background-color: rgb(86,102,43); }

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

border-color css

<style>
 span { border-color: #56662B; }

 span { border-color: rgb(86,102,43); }

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