#5B683A

Color #5B683A Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5B683A

Tints of Dark Olive Green #5B683A

Color information

#5B683A (or 0x5B683A) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 68 and 3A. RGB value is (91,104,58). Sum of RGB (Red+Green+Blue) = 91+104+58=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #5B683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B683A is #A497C5. Grayscale: #5F5F5F. Windows color (decimal): -10786758 or 3827803. OLE color: 3827803.

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

Color convert

RGB9110458-
CMYK0.1200.440.59
HSL76.96º28.4%31.76%-
HSV(B)76.96º44.23%40.78%-
XYZ10.0312.435.87-
YUV94.87107.19125.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.97%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=35.97%
G=41.11%
B=22.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91104580.1200.440.5976.9628.431.76
Hex5B683AC02C3B4d1c20
Octal1331507214054731153440
Binary1011011110100011101011000101100111011100110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B683A;
 }
 .AnyTagClassName
 {
   color: #5B683A;
 }
</style>
background-color css

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

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

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

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

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

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