Html Css Color HEX #56682F Dark Olive Green

📋 copy color: '#56682F'

red 86 ◦ green 104 ◦ blue 47

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

Shades of Dark Olive Green #56682F

Tints of Dark Olive Green #56682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.88%

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

R = 36.29%
G = 43.88%
B = 19.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#56682F (or 0x56682F) is known color: Dark Olive Green. HEX triplet: 56, 68 and 2F. RGB value is (86,104,47). Sum of RGB (Red+Green+Blue) = 86+104+47=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #56682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56682F is #A997D0. Grayscale: #5C5C5C. Windows color (decimal): -11114449 or 3106902. OLE color: 3106902.

HSL color Cylindrical-coordinate representation of color #56682F: hue angle of 78.95º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56682F is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 104 47 -
CMYK 0.17 0 0.55 0.59
HSL 78.95º 0.38% 0.3% -
HSV(B) 78.95º 0.55% 0.41% -
XYZ 9.3 12.08 4.53 -
YUV 92.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 86 104 47 0.17 0 0.55 0.59 78.95 0.38 0.3
Hex 56 68 2F 11 0 37 3B 4F 26 1E
Octal 126 150 57 21 0 67 73 117 46 36
Binary 1010110 1101000 101111 10001 0 110111 111011 1001111 100110 11110

Color Harmonies of #56682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56682F

Black with #56682F

Text Example


Text Example

White with #56682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56682F; }

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

 H1.HeaderClassName
 {
   color: #56682F;
 }
 .AnyTagClassName
 {
   color: #56682F;
 }
</style>

background-color css

<style>
 a { background-color: #56682F; }

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

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

border-color css

<style>
 span { border-color: #56682F; }

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

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