Html Css Color HEX #5B682E Dark Olive Green

📋 copy color: '#5B682E'

red 91 ◦ green 104 ◦ blue 46

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

Shades of Dark Olive Green #5B682E

Tints of Dark Olive Green #5B682E

RGB

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

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

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

R = 37.76%
G = 43.15%
B = 19.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#5B682E (or 0x5B682E) is known color: Dark Olive Green. HEX triplet: 5B, 68 and 2E. RGB value is (91,104,46). Sum of RGB (Red+Green+Blue) = 91+104+46=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #5B682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B682E is #A497D1. Grayscale: #5D5D5D. Windows color (decimal): -10786770 or 3041371. OLE color: 3041371.

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

Color convert

RGB 91 104 46 -
CMYK 0.12 0 0.56 0.59
HSL 73.45º 0.39% 0.29% -
HSV(B) 73.45º 0.56% 0.41% -
XYZ 9.76 12.32 4.45 -
YUV 93.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 91 104 46 0.12 0 0.56 0.59 73.45 0.39 0.29
Hex 5B 68 2E C 0 38 3B 49 27 1D
Octal 133 150 56 14 0 70 73 111 47 35
Binary 1011011 1101000 101110 1100 0 111000 111011 1001001 100111 11101

Color Harmonies of #5B682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B682E

Black with #5B682E

Text Example


Text Example

White with #5B682E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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