#5F9078

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

Shades of Cutty Sark #5F9078

Tints of Cutty Sark #5F9078

Color information

#5F9078 (or 0x5F9078) is unknown color: approx Cutty Sark. HEX triplet: 5F, 90 and 78. RGB value is (95,144,120). Sum of RGB (Red+Green+Blue) = 95+144+120=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9078 is #A06F87. Grayscale: #7E7E7E. Windows color (decimal): -10514312 or 7901279. OLE color: 7901279.

HSL color Cylindrical-coordinate representation of color #5F9078: hue angle of 150.61º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F9078 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB95144120-
CMYK0.3400.170.44
HSL150.61º20.5%46.86%-
HSV(B)150.61º34.03%56.47%-
XYZ18.0823.7421.4-
YUV126.61124.27105.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.46%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=26.46%
G=40.11%
B=33.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951441200.3400.170.44150.6120.546.86
Hex5F9078220112C97152f
Octal13722017042021542272557
Binary10111111001000011110001000100100011011001001011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,144,120); }

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

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

 a { background-color: rgb(95,144,120); }

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

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

 span { border-color: rgb(95,144,120); }

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