Html Css Color HEX #669E89 Patina

📋 copy color: '#669E89'

red 102 ◦ green 158 ◦ blue 137

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

Shades of Patina #669E89

Tints of Patina #669E89

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.8%

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

R = 25.69%
G = 39.8%
B = 34.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#669E89 (or 0x669E89) is known color: Patina. HEX triplet: 66, 9E and 89. RGB value is (102,158,137). Sum of RGB (Red+Green+Blue) = 102+158+137=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #669E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E89 is #996176. Grayscale: #8A8A8A. Windows color (decimal): -10051959 or 9018982. OLE color: 9018982.

HSL color Cylindrical-coordinate representation of color #669E89: hue angle of 157.5º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669E89 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 158 137 -
CMYK 0.35 0 0.13 0.38
HSL 157.5º 0.22% 0.51% -
HSV(B) 157.5º 0.35% 0.62% -
XYZ 22.22 29.08 28.11 -
YUV 138.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 102 158 137 0.35 0 0.13 0.38 157.5 0.22 0.51
Hex 66 9E 89 23 0 D 26 9E 16 33
Octal 146 236 211 43 0 15 46 236 26 63
Binary 1100110 10011110 10001001 100011 0 1101 100110 10011110 10110 110011

Color Harmonies of #669E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669E89

Black with #669E89

Text Example


Text Example

White with #669E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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