Html Css Color HEX #669780 Patina

📋 copy color: '#669780'

red 102 ◦ green 151 ◦ blue 128

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

Shades of Patina #669780

Tints of Patina #669780

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

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

R = 26.77%
G = 39.63%
B = 33.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#669780 (or 0x669780) is known color: Patina. HEX triplet: 66, 97 and 80. RGB value is (102,151,128). Sum of RGB (Red+Green+Blue) = 102+151+128=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 151 - color contains mainly: green. Hex color #669780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669780 is #99687F. Grayscale: #858585. Windows color (decimal): -10053760 or 8427366. OLE color: 8427366.

HSL color Cylindrical-coordinate representation of color #669780: hue angle of 151.84º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669780 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 128 -
CMYK 0.32 0 0.15 0.41
HSL 151.84º 0.19% 0.5% -
HSV(B) 151.84º 0.32% 0.59% -
XYZ 20.44 26.52 24.46 -
YUV 133.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 102 151 128 0.32 0 0.15 0.41 151.84 0.19 0.5
Hex 66 97 80 20 0 F 29 98 13 32
Octal 146 227 200 40 0 17 51 230 23 62
Binary 1100110 10010111 10000000 100000 0 1111 101001 10011000 10011 110010

Color Harmonies of #669780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669780

Black with #669780

Text Example


Text Example

White with #669780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669780; }

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

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

background-color css

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

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

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

border-color css

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

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

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