Html Css Color HEX #56662D Dark Olive Green

📋 copy color: '#56662D'

red 86 ◦ green 102 ◦ blue 45

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

Shades of Dark Olive Green #56662D

Tints of Dark Olive Green #56662D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 36.91%
G = 43.78%
B = 19.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#56662D (or 0x56662D) is known color: Dark Olive Green. HEX triplet: 56, 66 and 2D. RGB value is (86,102,45). Sum of RGB (Red+Green+Blue) = 86+102+45=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #56662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56662D is #A999D2. Grayscale: #5A5A5A. Windows color (decimal): -11114963 or 2975318. OLE color: 2975318.

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

Color convert

RGB 86 102 45 -
CMYK 0.16 0 0.56 0.6
HSL 76.84º 0.39% 0.29% -
HSV(B) 76.84º 0.56% 0.4% -
XYZ 9.06 11.67 4.26 -
YUV 90.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 86 102 45 0.16 0 0.56 0.6 76.84 0.39 0.29
Hex 56 66 2D 10 0 38 3C 4D 27 1D
Octal 126 146 55 20 0 70 74 115 47 35
Binary 1010110 1100110 101101 10000 0 111000 111100 1001101 100111 11101

Color Harmonies of #56662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56662D

Black with #56662D

Text Example


Text Example

White with #56662D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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