#67847A

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

Shades of Cutty Sark #67847A

Tints of Cutty Sark #67847A

Color information

#67847A (or 0x67847A) is unknown color: approx Cutty Sark. HEX triplet: 67, 84 and 7A. RGB value is (103,132,122). Sum of RGB (Red+Green+Blue) = 103+132+122=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #67847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67847A is #987B85. Grayscale: #7A7A7A. Windows color (decimal): -9993094 or 8029287. OLE color: 8029287.

HSL color Cylindrical-coordinate representation of color #67847A: hue angle of 159.31º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #67847A is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB103132122-
CMYK0.2200.080.48
HSL159.31º12.34%46.08%-
HSV(B)159.31º21.97%51.76%-
XYZ17.3620.7921.51-
YUV122.19127.89114.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.85%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=28.85%
G=36.97%
B=34.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031321220.2200.080.48159.3112.3446.08
Hex67847A1608309fc2e
Octal14720417226010602371456
Binary11001111000010011110101011001000110000100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67847A; }

 p { color: rgb(103,132,122); }

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

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

 a { background-color: rgb(103,132,122); }

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

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

 span { border-color: rgb(103,132,122); }

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