Html Css Color HEX #56672E Dark Olive Green

📋 copy color: '#56672E'

red 86 ◦ green 103 ◦ blue 46

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

Shades of Dark Olive Green #56672E

Tints of Dark Olive Green #56672E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.83%

 BLUE value IS 46 (18.36% from 255) = 19.57%

R = 36.6%
G = 43.83%
B = 19.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#56672E (or 0x56672E) is known color: Dark Olive Green. HEX triplet: 56, 67 and 2E. RGB value is (86,103,46). Sum of RGB (Red+Green+Blue) = 86+103+46=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #56672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56672E is #A998D1. Grayscale: #5B5B5B. Windows color (decimal): -11114706 or 3041110. OLE color: 3041110.

HSL color Cylindrical-coordinate representation of color #56672E: hue angle of 77.89º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56672E is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 103 46 -
CMYK 0.17 0 0.55 0.60
HSL 77.89º 0.38% 0.29% -
HSV(B) 77.89º 0.55% 0.4% -
XYZ 9.18 11.88 4.39 -
YUV 91.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 86 103 46 0.17 0 0.55 0.60 77.89 0.38 0.29
Hex 56 67 2E 11 0 37 3C 4E 26 1D
Octal 126 147 56 21 0 67 74 116 46 35
Binary 1010110 1100111 101110 10001 0 110111 111100 1001110 100110 11101

Color Harmonies of #56672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56672E

Black with #56672E

Text Example


Text Example

White with #56672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56672E; }

 p { color: rgb(86,103,46); }

 H1.HeaderClassName
 {
   color: #56672E;
 }
 .AnyTagClassName
 {
   color: #56672E;
 }
</style>

background-color css

<style>
 a { background-color: #56672E; }

 a { background-color: rgb(86,103,46); }

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

border-color css

<style>
 span { border-color: #56672E; }

 span { border-color: rgb(86,103,46); }

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