#678275

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

Shades of Cutty Sark #678275

Tints of Cutty Sark #678275

Color information

#678275 (or 0x678275) is unknown color: approx Cutty Sark. HEX triplet: 67, 82 and 75. RGB value is (103,130,117). Sum of RGB (Red+Green+Blue) = 103+130+117=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #678275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678275 is #987D8A. Grayscale: #787878. Windows color (decimal): -9993611 or 7701095. OLE color: 7701095.

HSL color Cylindrical-coordinate representation of color #678275: hue angle of 151.11º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678275 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB103130117-
CMYK0.2100.10.49
HSL151.11º11.59%45.69%-
HSV(B)151.11º20.77%50.98%-
XYZ16.7920.1319.83-
YUV120.44126.05115.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.43%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=29.43%
G=37.14%
B=33.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031301170.2100.10.49151.1111.5945.69
Hex678275150A3197c2e
Octal14720216525012612271456
Binary11001111000001011101011010101010110001100101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678275; }

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

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

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

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

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

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

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

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