#638E77

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

Shades of Cutty Sark #638E77

Tints of Cutty Sark #638E77

Color information

#638E77 (or 0x638E77) is unknown color: approx Cutty Sark. HEX triplet: 63, 8E and 77. RGB value is (99,142,119). Sum of RGB (Red+Green+Blue) = 99+142+119=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 142 - color contains mainly: green. Hex color #638E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638E77 is #9C7188. Grayscale: #7E7E7E. Windows color (decimal): -10252681 or 7835235. OLE color: 7835235.

HSL color Cylindrical-coordinate representation of color #638E77: hue angle of 147.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #638E77 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB99142119-
CMYK0.3000.160.44
HSL147.91º17.84%47.25%-
HSV(B)147.91º30.28%55.69%-
XYZ18.1523.3321-
YUV126.52123.75108.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.5%
GREEN value IS 142 (55.86% from 255) = 39.44%
BLUE value IS 119 (46.88% from 255) = 33.06%
R=27.5%
G=39.44%
B=33.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991421190.3000.160.44147.9117.8447.25
Hex638E771E0102C94122f
Octal14321616736020542242257
Binary1100011100011101110111111100100001011001001010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638E77; }

 p { color: rgb(99,142,119); }

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

<style>
 a { background-color: #638E77; }

 a { background-color: rgb(99,142,119); }

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

<style>
 span { border-color: #638E77; }

 span { border-color: rgb(99,142,119); }

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