#5B7B2F

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

Shades of Dark Olive Green #5B7B2F

Tints of Dark Olive Green #5B7B2F

Color information

#5B7B2F (or 0x5B7B2F) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 7B and 2F. RGB value is (91,123,47). Sum of RGB (Red+Green+Blue) = 91+123+47=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #5B7B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7B2F is #A484D0. Grayscale: #696969. Windows color (decimal): -10781905 or 3111771. OLE color: 3111771.

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

Color convert

RGB9112347-
CMYK0.2600.620.52
HSL85.26º44.71%33.33%-
HSV(B)85.26º61.79%48.24%-
XYZ11.9116.65.26-
YUV104.7795.4118.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.87%
GREEN value IS 123 (48.44% from 255) = 47.13%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=34.87%
G=47.13%
B=18.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91123470.2600.620.5285.2644.7133.33
Hex5B7B2F1A03E34552d21
Octal1331735732076641255541
Binary101101111110111011111101001111101101001010101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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