Html Css Color HEX #669386 Patina

📋 copy color: '#669386'

red 102 ◦ green 147 ◦ blue 134

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

Shades of Patina #669386

Tints of Patina #669386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 26.63%
G = 38.38%
B = 34.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#669386 (or 0x669386) is known color: Patina. HEX triplet: 66, 93 and 86. RGB value is (102,147,134). Sum of RGB (Red+Green+Blue) = 102+147+134=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #669386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669386 is #996C79. Grayscale: #848484. Windows color (decimal): -10054778 or 8819558. OLE color: 8819558.

HSL color Cylindrical-coordinate representation of color #669386: hue angle of 162.67º 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 #669386 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 134 -
CMYK 0.31 0 0.09 0.42
HSL 162.67º 0.18% 0.49% -
HSV(B) 162.67º 0.31% 0.58% -
XYZ 20.22 25.41 26.39 -
YUV 132.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 102 147 134 0.31 0 0.09 0.42 162.67 0.18 0.49
Hex 66 93 86 1F 0 9 2A A3 12 31
Octal 146 223 206 37 0 11 52 243 22 61
Binary 1100110 10010011 10000110 11111 0 1001 101010 10100011 10010 110001

Color Harmonies of #669386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669386

Black with #669386

Text Example


Text Example

White with #669386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669386; }

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

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

background-color css

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

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

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

border-color css

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

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

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