#5B6734

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

Shades of Dark Olive Green #5B6734

Tints of Dark Olive Green #5B6734

Color information

#5B6734 (or 0x5B6734) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 67 and 34. RGB value is (91,103,52). Sum of RGB (Red+Green+Blue) = 91+103+52=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #5B6734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6734 is #A498CB. Grayscale: #5D5D5D. Windows color (decimal): -10787020 or 3434331. OLE color: 3434331.

HSL color Cylindrical-coordinate representation of color #5B6734: hue angle of 74.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B6734 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB9110352-
CMYK0.1200.500.60
HSL74.12º32.9%30.39%-
HSV(B)74.12º49.51%40.39%-
XYZ9.7812.175.08-
YUV93.6104.52126.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.99%
GREEN value IS 103 (40.62% from 255) = 41.87%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=36.99%
G=41.87%
B=21.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91103520.1200.500.6074.1232.930.39
Hex5B6734C0323C4a211e
Octal1331476414062741124136
Binary1011011110011111010011000110010111100100101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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