#5B7B22

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

Shades of Dark Olive Green #5B7B22

Tints of Dark Olive Green #5B7B22

Color information

#5B7B22 (or 0x5B7B22) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 7B and 22. RGB value is (91,123,34). Sum of RGB (Red+Green+Blue) = 91+123+34=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 123 - color contains mainly: green. Hex color #5B7B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7B22 is #A484DD. Grayscale: #676767. Windows color (decimal): -10781918 or 2259803. OLE color: 2259803.

HSL color Cylindrical-coordinate representation of color #5B7B22: hue angle of 81.57º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B7B22 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB9112334-
CMYK0.2600.720.52
HSL81.57º56.69%30.78%-
HSV(B)81.57º72.36%48.24%-
XYZ11.6916.514.08-
YUV103.2988.9119.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.69%
GREEN value IS 123 (48.44% from 255) = 49.60%
BLUE value IS 34 (13.67% from 255) = 13.71%
R=36.69%
G=49.60%
B=13.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91123340.2600.720.5281.5756.6930.78
Hex5B7B221A0483452391f
Octal13317342320110641227137
Binary101101111110111000101101001001000110100101001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,123,34); }

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

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

 a { background-color: rgb(91,123,34); }

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

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

 span { border-color: rgb(91,123,34); }

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