Html Css Color HEX #669789 Patina

📋 copy color: '#669789'

red 102 ◦ green 151 ◦ blue 137

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

Shades of Patina #669789

Tints of Patina #669789

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

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

R = 26.15%
G = 38.72%
B = 35.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#669789 (or 0x669789) is known color: Patina. HEX triplet: 66, 97 and 89. RGB value is (102,151,137). Sum of RGB (Red+Green+Blue) = 102+151+137=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #669789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669789 is #996876. Grayscale: #868686. Windows color (decimal): -10053751 or 9017190. OLE color: 9017190.

HSL color Cylindrical-coordinate representation of color #669789: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669789 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 137 -
CMYK 0.32 0 0.09 0.41
HSL 162.86º 0.19% 0.5% -
HSV(B) 162.86º 0.32% 0.59% -
XYZ 21.06 26.76 27.72 -
YUV 134.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 102 151 137 0.32 0 0.09 0.41 162.86 0.19 0.5
Hex 66 97 89 20 0 9 29 A3 13 32
Octal 146 227 211 40 0 11 51 243 23 62
Binary 1100110 10010111 10001001 100000 0 1001 101001 10100011 10011 110010

Color Harmonies of #669789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669789

Black with #669789

Text Example


Text Example

White with #669789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669789; }

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

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

background-color css

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

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

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

border-color css

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

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

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