#5E6127

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

Shades of Saratoga #5E6127

Tints of Saratoga #5E6127

Color information

#5E6127 (or 0x5E6127) is unknown color: approx Saratoga. HEX triplet: 5E, 61 and 27. RGB value is (94,97,39). Sum of RGB (Red+Green+Blue) = 94+97+39=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6127 is #A19ED8. Grayscale: #595959. Windows color (decimal): -10591961 or 2580830. OLE color: 2580830.

HSL color Cylindrical-coordinate representation of color #5E6127: hue angle of 63.1º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E6127 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB949739-
CMYK0.0300.600.62
HSL63.1º42.65%26.67%-
HSV(B)63.1º59.79%38.04%-
XYZ9.2611.083.57-
YUV89.4999.51131.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.87%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=40.87%
G=42.17%
B=16.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497390.0300.600.6263.142.6526.67
Hex5E6127303C3E3f2b1b
Octal13614147307476775333
Binary1011110110000110011111011110011111011111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,97,39); }

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

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

 a { background-color: rgb(94,97,39); }

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

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

 span { border-color: rgb(94,97,39); }

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