Html Css Color HEX #668680 Patina

📋 copy color: '#668680'

red 102 ◦ green 134 ◦ blue 128

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

Shades of Patina #668680

Tints of Patina #668680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.81%

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 28.02%
G = 36.81%
B = 35.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#668680 (or 0x668680) is known color: Patina. HEX triplet: 66, 86 and 80. RGB value is (102,134,128). Sum of RGB (Red+Green+Blue) = 102+134+128=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 134 - color contains mainly: green. Hex color #668680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668680 is #99797F. Grayscale: #7B7B7B. Windows color (decimal): -10058112 or 8423014. OLE color: 8423014.

HSL color Cylindrical-coordinate representation of color #668680: hue angle of 168.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668680 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 134 128 -
CMYK 0.24 0 0.04 0.47
HSL 168.75º 0.14% 0.46% -
HSV(B) 168.75º 0.24% 0.53% -
XYZ 17.9 21.43 23.62 -
YUV 123.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 102 134 128 0.24 0 0.04 0.47 168.75 0.14 0.46
Hex 66 86 80 18 0 4 2F A9 E 2E
Octal 146 206 200 30 0 4 57 251 16 56
Binary 1100110 10000110 10000000 11000 0 100 101111 10101001 1110 101110

Color Harmonies of #668680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668680

Black with #668680

Text Example


Text Example

White with #668680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668680; }

 p { color: rgb(102,134,128); }

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

background-color css

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

 a { background-color: rgb(102,134,128); }

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

border-color css

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

 span { border-color: rgb(102,134,128); }

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