Html Css Color HEX #5B682D Dark Olive Green

📋 copy color: '#5B682D'

red 91 ◦ green 104 ◦ blue 45

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

Shades of Dark Olive Green #5B682D

Tints of Dark Olive Green #5B682D

RGB

 RED value IS 91 (35.94% from 255) = 37.92%

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

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

R = 37.92%
G = 43.33%
B = 18.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#5B682D (or 0x5B682D) is known color: Dark Olive Green. HEX triplet: 5B, 68 and 2D. RGB value is (91,104,45). Sum of RGB (Red+Green+Blue) = 91+104+45=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #5B682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B682D is #A497D2. Grayscale: #5D5D5D. Windows color (decimal): -10786771 or 2975835. OLE color: 2975835.

HSL color Cylindrical-coordinate representation of color #5B682D: hue angle of 73.22º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B682D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 104 45 -
CMYK 0.12 0 0.57 0.59
HSL 73.22º 0.4% 0.29% -
HSV(B) 73.22º 0.57% 0.41% -
XYZ 9.74 12.31 4.35 -
YUV 93.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 91 104 45 0.12 0 0.57 0.59 73.22 0.4 0.29
Hex 5B 68 2D C 0 39 3B 49 28 1D
Octal 133 150 55 14 0 71 73 111 50 35
Binary 1011011 1101000 101101 1100 0 111001 111011 1001001 101000 11101

Color Harmonies of #5B682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B682D

Black with #5B682D

Text Example


Text Example

White with #5B682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B682D; }

 p { color: rgb(91,104,45); }

 H1.HeaderClassName
 {
   color: #5B682D;
 }
 .AnyTagClassName
 {
   color: #5B682D;
 }
</style>

background-color css

<style>
 a { background-color: #5B682D; }

 a { background-color: rgb(91,104,45); }

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

border-color css

<style>
 span { border-color: #5B682D; }

 span { border-color: rgb(91,104,45); }

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