#678175

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

Shades of Cutty Sark #678175

Tints of Cutty Sark #678175

Color information

#678175 (or 0x678175) is unknown color: approx Cutty Sark. HEX triplet: 67, 81 and 75. RGB value is (103,129,117). Sum of RGB (Red+Green+Blue) = 103+129+117=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #678175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678175 is #987E8A. Grayscale: #777777. Windows color (decimal): -9993867 or 7700839. OLE color: 7700839.

HSL color Cylindrical-coordinate representation of color #678175: hue angle of 152.31º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #678175 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB103129117-
CMYK0.2000.090.49
HSL152.31º11.21%45.49%-
HSV(B)152.31º20.16%50.59%-
XYZ16.6519.8719.79-
YUV119.86126.39115.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=29.51%
G=36.96%
B=33.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031291170.2000.090.49152.3111.2145.49
Hex67817514093198b2d
Octal14720116524011612301355
Binary11001111000000111101011010001001110001100110001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678175; }

 p { color: rgb(103,129,117); }

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

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

 a { background-color: rgb(103,129,117); }

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

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

 span { border-color: rgb(103,129,117); }

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