Html Css Color HEX #669C89 Patina

📋 copy color: '#669C89'

red 102 ◦ green 156 ◦ blue 137

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

Shades of Patina #669C89

Tints of Patina #669C89

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

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

R = 25.82%
G = 39.49%
B = 34.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#669C89 (or 0x669C89) is known color: Patina. HEX triplet: 66, 9C and 89. RGB value is (102,156,137). Sum of RGB (Red+Green+Blue) = 102+156+137=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #669C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C89 is #996376. Grayscale: #898989. Windows color (decimal): -10052471 or 9018470. OLE color: 9018470.

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

Color convert

RGB 102 156 137 -
CMYK 0.35 0 0.12 0.39
HSL 158.89º 0.21% 0.51% -
HSV(B) 158.89º 0.35% 0.61% -
XYZ 21.88 28.41 28 -
YUV 137.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 102 156 137 0.35 0 0.12 0.39 158.89 0.21 0.51
Hex 66 9C 89 23 0 C 27 9F 15 33
Octal 146 234 211 43 0 14 47 237 25 63
Binary 1100110 10011100 10001001 100011 0 1100 100111 10011111 10101 110011

Color Harmonies of #669C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C89

Black with #669C89

Text Example


Text Example

White with #669C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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