Html Css Color HEX #669C8C Patina

📋 copy color: '#669C8C'

red 102 ◦ green 156 ◦ blue 140

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

Shades of Patina #669C8C

Tints of Patina #669C8C

RGB

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

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

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

R = 25.63%
G = 39.2%
B = 35.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#669C8C (or 0x669C8C) is known color: Patina. HEX triplet: 66, 9C and 8C. RGB value is (102,156,140). Sum of RGB (Red+Green+Blue) = 102+156+140=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #669C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C8C is #996373. Grayscale: #8A8A8A. Windows color (decimal): -10052468 or 9215078. OLE color: 9215078.

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

Color convert

RGB 102 156 140 -
CMYK 0.35 0 0.10 0.39
HSL 162.22º 0.21% 0.51% -
HSV(B) 162.22º 0.35% 0.61% -
XYZ 22.1 28.5 29.15 -
YUV 138.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 102 156 140 0.35 0 0.10 0.39 162.22 0.21 0.51
Hex 66 9C 8C 23 0 A 27 A2 15 33
Octal 146 234 214 43 0 12 47 242 25 63
Binary 1100110 10011100 10001100 100011 0 1010 100111 10100010 10101 110011

Color Harmonies of #669C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C8C

Black with #669C8C

Text Example


Text Example

White with #669C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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