#5B672F

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

Shades of Dark Olive Green #5B672F

Tints of Dark Olive Green #5B672F

Color information

#5B672F (or 0x5B672F) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 67 and 2F. RGB value is (91,103,47). Sum of RGB (Red+Green+Blue) = 91+103+47=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #5B672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B672F is #A498D0. Grayscale: #5D5D5D. Windows color (decimal): -10787025 or 3106651. OLE color: 3106651.

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

Color convert

RGB9110347-
CMYK0.1200.540.60
HSL72.86º37.33%29.41%-
HSV(B)72.86º54.37%40.39%-
XYZ9.6812.134.52-
YUV93.03102.02126.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.76%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=37.76%
G=42.74%
B=19.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91103470.1200.540.6072.8637.3329.41
Hex5B672FC0363C49251d
Octal1331475714066741114535
Binary1011011110011110111111000110110111100100100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,103,47); }

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

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

 a { background-color: rgb(91,103,47); }

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

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

 span { border-color: rgb(91,103,47); }

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