Html Css Color HEX #668880 Patina

📋 copy color: '#668880'

red 102 ◦ green 136 ◦ blue 128

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

Shades of Patina #668880

Tints of Patina #668880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.16%

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

R = 27.87%
G = 37.16%
B = 34.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#668880 (or 0x668880) is known color: Patina. HEX triplet: 66, 88 and 80. RGB value is (102,136,128). Sum of RGB (Red+Green+Blue) = 102+136+128=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #668880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668880 is #99777F. Grayscale: #7C7C7C. Windows color (decimal): -10057600 or 8423526. OLE color: 8423526.

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

Color convert

RGB 102 136 128 -
CMYK 0.25 0 0.06 0.47
HSL 165.88º 0.14% 0.47% -
HSV(B) 165.88º 0.25% 0.53% -
XYZ 18.18 21.99 23.71 -
YUV 124.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 102 136 128 0.25 0 0.06 0.47 165.88 0.14 0.47
Hex 66 88 80 19 0 6 2F A6 E 2F
Octal 146 210 200 31 0 6 57 246 16 57
Binary 1100110 10001000 10000000 11001 0 110 101111 10100110 1110 101111

Color Harmonies of #668880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668880

Black with #668880

Text Example


Text Example

White with #668880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668880; }

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

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

background-color css

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

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

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

border-color css

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

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

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