Html Css Color HEX #669B86 Patina

📋 copy color: '#669B86'

red 102 ◦ green 155 ◦ blue 134

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

Shades of Patina #669B86

Tints of Patina #669B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.27%

R = 26.09%
G = 39.64%
B = 34.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#669B86 (or 0x669B86) is known color: Patina. HEX triplet: 66, 9B and 86. RGB value is (102,155,134). Sum of RGB (Red+Green+Blue) = 102+155+134=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 155 - color contains mainly: green. Hex color #669B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B86 is #996479. Grayscale: #888888. Windows color (decimal): -10052730 or 8821606. OLE color: 8821606.

HSL color Cylindrical-coordinate representation of color #669B86: hue angle of 156.23º 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 #669B86 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 134 -
CMYK 0.34 0 0.14 0.39
HSL 156.23º 0.21% 0.5% -
HSV(B) 156.23º 0.34% 0.61% -
XYZ 21.5 27.99 26.82 -
YUV 136.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 102 155 134 0.34 0 0.14 0.39 156.23 0.21 0.5
Hex 66 9B 86 22 0 E 27 9C 15 32
Octal 146 233 206 42 0 16 47 234 25 62
Binary 1100110 10011011 10000110 100010 0 1110 100111 10011100 10101 110010

Color Harmonies of #669B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B86

Black with #669B86

Text Example


Text Example

White with #669B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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