#5B6120

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

Shades of Saratoga #5B6120

Tints of Saratoga #5B6120

Color information

#5B6120 (or 0x5B6120) is unknown color: approx Saratoga. HEX triplet: 5B, 61 and 20. RGB value is (91,97,32). Sum of RGB (Red+Green+Blue) = 91+97+32=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6120 is #A49EDF. Grayscale: #585858. Windows color (decimal): -10788576 or 2122075. OLE color: 2122075.

HSL color Cylindrical-coordinate representation of color #5B6120: hue angle of 65.54º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B6120 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB919732-
CMYK0.0600.670.62
HSL65.54º50.39%25.29%-
HSV(B)65.54º67.01%38.04%-
XYZ8.8510.883-
YUV87.896.51130.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.36%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 32 (12.89% from 255) = 14.55%
R=41.36%
G=44.09%
B=14.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197320.0600.670.6265.5450.3925.29
Hex5B612060433E423219
Octal1331414060103761026231
Binary1011011110000110000011001000011111110100001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,97,32); }

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

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

 a { background-color: rgb(91,97,32); }

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

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

 span { border-color: rgb(91,97,32); }

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