Html Css Color HEX #669488 Patina

📋 copy color: '#669488'

red 102 ◦ green 148 ◦ blue 136

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

Shades of Patina #669488

Tints of Patina #669488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 26.42%
G = 38.34%
B = 35.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#669488 (or 0x669488) is known color: Patina. HEX triplet: 66, 94 and 88. RGB value is (102,148,136). Sum of RGB (Red+Green+Blue) = 102+148+136=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #669488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669488 is #996B77. Grayscale: #848484. Windows color (decimal): -10054520 or 8950886. OLE color: 8950886.

HSL color Cylindrical-coordinate representation of color #669488: hue angle of 164.35º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669488 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 136 -
CMYK 0.31 0 0.08 0.42
HSL 164.35º 0.18% 0.49% -
HSV(B) 164.35º 0.31% 0.58% -
XYZ 20.51 25.78 27.19 -
YUV 132.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 102 148 136 0.31 0 0.08 0.42 164.35 0.18 0.49
Hex 66 94 88 1F 0 8 2A A4 12 31
Octal 146 224 210 37 0 10 52 244 22 61
Binary 1100110 10010100 10001000 11111 0 1000 101010 10100100 10010 110001

Color Harmonies of #669488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669488

Black with #669488

Text Example


Text Example

White with #669488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669488; }

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

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

background-color css

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

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

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

border-color css

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

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

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