#67A49A

Color #67A49A Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #67A49A

Tints of Tradewind #67A49A

Color information

#67A49A (or 0x67A49A) is unknown color: approx Tradewind. HEX triplet: 67, A4 and 9A. RGB value is (103,164,154). Sum of RGB (Red+Green+Blue) = 103+164+154=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #67A49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A49A is #985B65. Grayscale: #909090. Windows color (decimal): -9984870 or 10134631. OLE color: 10134631.

HSL color Cylindrical-coordinate representation of color #67A49A: hue angle of 170.16º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67A49A is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB103164154-
CMYK0.3700.060.36
HSL170.16º25.1%52.35%-
HSV(B)170.16º37.2%64.31%-
XYZ24.731.7735.4-
YUV144.62133.2998.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.47%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=24.47%
G=38.95%
B=36.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031641540.3700.060.36170.1625.152.35
Hex67A49A250624aa1934
Octal1472442324506442523164
Binary1100111101001001001101010010101101001001010101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A49A; }

 p { color: rgb(103,164,154); }

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

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

 a { background-color: rgb(103,164,154); }

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

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

 span { border-color: rgb(103,164,154); }

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