Html Css Color HEX #669D8C Patina

📋 copy color: '#669D8C'

red 102 ◦ green 157 ◦ blue 140

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

Shades of Patina #669D8C

Tints of Patina #669D8C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.35%

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 25.56%
G = 39.35%
B = 35.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#669D8C (or 0x669D8C) is known color: Patina. HEX triplet: 66, 9D and 8C. RGB value is (102,157,140). Sum of RGB (Red+Green+Blue) = 102+157+140=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #669D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D8C is #996273. Grayscale: #8A8A8A. Windows color (decimal): -10052212 or 9215334. OLE color: 9215334.

HSL color Cylindrical-coordinate representation of color #669D8C: hue angle of 161.45º 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 #669D8C is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 157 140 -
CMYK 0.35 0 0.11 0.38
HSL 161.45º 0.22% 0.51% -
HSV(B) 161.45º 0.35% 0.62% -
XYZ 22.27 28.83 29.2 -
YUV 138.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 102 157 140 0.35 0 0.11 0.38 161.45 0.22 0.51
Hex 66 9D 8C 23 0 B 26 A1 16 33
Octal 146 235 214 43 0 13 46 241 26 63
Binary 1100110 10011101 10001100 100011 0 1011 100110 10100001 10110 110011

Color Harmonies of #669D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669D8C

Black with #669D8C

Text Example


Text Example

White with #669D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,157,140); }

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

background-color css

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

 a { background-color: rgb(102,157,140); }

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

border-color css

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

 span { border-color: rgb(102,157,140); }

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