#67867A

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

Shades of Cutty Sark #67867A

Tints of Cutty Sark #67867A

Color information

#67867A (or 0x67867A) is unknown color: approx Cutty Sark. HEX triplet: 67, 86 and 7A. RGB value is (103,134,122). Sum of RGB (Red+Green+Blue) = 103+134+122=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #67867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67867A is #987985. Grayscale: #7B7B7B. Windows color (decimal): -9992582 or 8029799. OLE color: 8029799.

HSL color Cylindrical-coordinate representation of color #67867A: hue angle of 156.77º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67867A is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB103134122-
CMYK0.2300.090.47
HSL156.77º13.08%46.47%-
HSV(B)156.77º23.13%52.55%-
XYZ17.6321.3421.6-
YUV123.36127.23113.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.69%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=28.69%
G=37.33%
B=33.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031341220.2300.090.47156.7713.0846.47
Hex67867A17092F9dd2e
Octal14720617227011572351556
Binary11001111000011011110101011101001101111100111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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