Html Css Color HEX #669684 Patina

📋 copy color: '#669684'

red 102 ◦ green 150 ◦ blue 132

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

Shades of Patina #669684

Tints of Patina #669684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

 BLUE value IS 132 (51.95% from 255) = 34.38%

R = 26.56%
G = 39.06%
B = 34.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#669684 (or 0x669684) is known color: Patina. HEX triplet: 66, 96 and 84. RGB value is (102,150,132). Sum of RGB (Red+Green+Blue) = 102+150+132=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #669684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669684 is #99697B. Grayscale: #858585. Windows color (decimal): -10054012 or 8689254. OLE color: 8689254.

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

Color convert

RGB 102 150 132 -
CMYK 0.32 0 0.12 0.41
HSL 157.5º 0.19% 0.49% -
HSV(B) 157.5º 0.32% 0.59% -
XYZ 20.55 26.3 25.82 -
YUV 133.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 102 150 132 0.32 0 0.12 0.41 157.5 0.19 0.49
Hex 66 96 84 20 0 C 29 9E 13 31
Octal 146 226 204 40 0 14 51 236 23 61
Binary 1100110 10010110 10000100 100000 0 1100 101001 10011110 10011 110001

Color Harmonies of #669684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669684

Black with #669684

Text Example


Text Example

White with #669684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669684; }

 p { color: rgb(102,150,132); }

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

background-color css

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

 a { background-color: rgb(102,150,132); }

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

border-color css

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

 span { border-color: rgb(102,150,132); }

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