#5A876F

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

Shades of Cutty Sark #5A876F

Tints of Cutty Sark #5A876F

Color information

#5A876F (or 0x5A876F) is unknown color: approx Cutty Sark. HEX triplet: 5A, 87 and 6F. RGB value is (90,135,111). Sum of RGB (Red+Green+Blue) = 90+135+111=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #5A876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A876F is #A57890. Grayscale: #767676. Windows color (decimal): -10844305 or 7309146. OLE color: 7309146.

HSL color Cylindrical-coordinate representation of color #5A876F: hue angle of 148º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A876F is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB90135111-
CMYK0.3300.180.47
HSL148º20%44.12%-
HSV(B)148º33.33%52.94%-
XYZ15.7520.6518.19-
YUV118.81123.59107.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.79%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=26.79%
G=40.18%
B=33.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901351110.3300.180.471482044.12
Hex5A876F210122F94142c
Octal13220715741022572242454
Binary10110101000011111011111000010100101011111001010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,135,111); }

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

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

 a { background-color: rgb(90,135,111); }

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

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

 span { border-color: rgb(90,135,111); }

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