#5B8314

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

Shades of Olive Drab #5B8314

Tints of Olive Drab #5B8314

Color information

#5B8314 (or 0x5B8314) is unknown color: approx Olive Drab. HEX triplet: 5B, 83 and 14. RGB value is (91,131,20). Sum of RGB (Red+Green+Blue) = 91+131+20=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #5B8314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8314 is #A47CEB. Grayscale: #6A6A6A. Windows color (decimal): -10779884 or 1344347. OLE color: 1344347.

HSL color Cylindrical-coordinate representation of color #5B8314: hue angle of 81.62º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B8314 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB9113120-
CMYK0.3100.850.49
HSL81.62º73.51%29.61%-
HSV(B)81.62º84.73%51.37%-
XYZ12.5618.513.57-
YUV106.3979.25117.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.60%
GREEN value IS 131 (51.56% from 255) = 54.13%
BLUE value IS 20 (8.20% from 255) = 8.26%
R=37.60%
G=54.13%
B=8.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91131200.3100.850.4981.6273.5129.61
Hex5B83141F05531524a1e
Octal133203243701256112211236
Binary1011011100000111010011111010101011100011010010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,131,20); }

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

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

 a { background-color: rgb(91,131,20); }

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

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

 span { border-color: rgb(91,131,20); }

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