#638B78

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

Shades of Cutty Sark #638B78

Tints of Cutty Sark #638B78

Color information

#638B78 (or 0x638B78) is unknown color: approx Cutty Sark. HEX triplet: 63, 8B and 78. RGB value is (99,139,120). Sum of RGB (Red+Green+Blue) = 99+139+120=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #638B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638B78 is #9C7487. Grayscale: #7C7C7C. Windows color (decimal): -10253448 or 7900003. OLE color: 7900003.

HSL color Cylindrical-coordinate representation of color #638B78: hue angle of 151.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B78 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB99139120-
CMYK0.2900.140.45
HSL151.5º16.81%46.67%-
HSV(B)151.5º28.78%54.51%-
XYZ17.7722.4721.17-
YUV124.87125.25109.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=27.65%
G=38.83%
B=33.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991391200.2900.140.45151.516.8146.67
Hex638B781D0E2D98112f
Octal14321317035016552302157
Binary110001110001011111100011101011101011011001100010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,139,120); }

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

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

 a { background-color: rgb(99,139,120); }

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

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

 span { border-color: rgb(99,139,120); }

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