Html Css Color HEX #669087 Patina

📋 copy color: '#669087'

red 102 ◦ green 144 ◦ blue 135

#669087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #669087

Tints of Patina #669087

RGB

 RED value IS 102 (40.23% from 255) = 26.77%

 GREEN value IS 144 (56.64% from 255) = 37.8%

 BLUE value IS 135 (53.13% from 255) = 35.43%

R = 26.77%
G = 37.8%
B = 35.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#669087 (or 0x669087) is known color: Patina. HEX triplet: 66, 90 and 87. RGB value is (102,144,135). Sum of RGB (Red+Green+Blue) = 102+144+135=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #669087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669087 is #996F78. Grayscale: #828282. Windows color (decimal): -10055545 or 8884326. OLE color: 8884326.

HSL color Cylindrical-coordinate representation of color #669087: hue angle of 167.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669087 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 135 -
CMYK 0.29 0 0.06 0.44
HSL 167.14º 0.17% 0.48% -
HSV(B) 167.14º 0.29% 0.56% -
XYZ 19.83 24.52 26.61 -
YUV 130.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 102 144 135 0.29 0 0.06 0.44 167.14 0.17 0.48
Hex 66 90 87 1D 0 6 2C A7 11 30
Octal 146 220 207 35 0 6 54 247 21 60
Binary 1100110 10010000 10000111 11101 0 110 101100 10100111 10001 110000

Color Harmonies of #669087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669087

Black with #669087

Text Example


Text Example

White with #669087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669087; }

 p { color: rgb(102,144,135); }

 H1.HeaderClassName
 {
   color: #669087;
 }
 .AnyTagClassName
 {
   color: #669087;
 }
</style>

background-color css

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

 a { background-color: rgb(102,144,135); }

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

border-color css

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

 span { border-color: rgb(102,144,135); }

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