Html Css Color HEX #669B89 Patina

📋 copy color: '#669B89'

red 102 ◦ green 155 ◦ blue 137

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

Shades of Patina #669B89

Tints of Patina #669B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 25.89%
G = 39.34%
B = 34.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#669B89 (or 0x669B89) is known color: Patina. HEX triplet: 66, 9B and 89. RGB value is (102,155,137). Sum of RGB (Red+Green+Blue) = 102+155+137=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #669B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B89 is #996476. Grayscale: #898989. Windows color (decimal): -10052727 or 9018214. OLE color: 9018214.

HSL color Cylindrical-coordinate representation of color #669B89: hue angle of 159.62º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B89 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 137 -
CMYK 0.34 0 0.12 0.39
HSL 159.62º 0.21% 0.5% -
HSV(B) 159.62º 0.34% 0.61% -
XYZ 21.72 28.07 27.94 -
YUV 137.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 102 155 137 0.34 0 0.12 0.39 159.62 0.21 0.5
Hex 66 9B 89 22 0 C 27 A0 15 32
Octal 146 233 211 42 0 14 47 240 25 62
Binary 1100110 10011011 10001001 100010 0 1100 100111 10100000 10101 110010

Color Harmonies of #669B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B89

Black with #669B89

Text Example


Text Example

White with #669B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669B89; }

 p { color: rgb(102,155,137); }

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

background-color css

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

 a { background-color: rgb(102,155,137); }

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

border-color css

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

 span { border-color: rgb(102,155,137); }

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