Html Css Color HEX #669286 Patina

📋 copy color: '#669286'

red 102 ◦ green 146 ◦ blue 134

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

Shades of Patina #669286

Tints of Patina #669286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.22%

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

R = 26.7%
G = 38.22%
B = 35.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#669286 (or 0x669286) is known color: Patina. HEX triplet: 66, 92 and 86. RGB value is (102,146,134). Sum of RGB (Red+Green+Blue) = 102+146+134=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #669286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669286 is #996D79. Grayscale: #838383. Windows color (decimal): -10055034 or 8819302. OLE color: 8819302.

HSL color Cylindrical-coordinate representation of color #669286: hue angle of 163.64º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669286 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 134 -
CMYK 0.30 0 0.08 0.43
HSL 163.64º 0.18% 0.49% -
HSV(B) 163.64º 0.3% 0.57% -
XYZ 20.06 25.1 26.34 -
YUV 131.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 102 146 134 0.30 0 0.08 0.43 163.64 0.18 0.49
Hex 66 92 86 1E 0 8 2B A4 12 31
Octal 146 222 206 36 0 10 53 244 22 61
Binary 1100110 10010010 10000110 11110 0 1000 101011 10100100 10010 110001

Color Harmonies of #669286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669286

Black with #669286

Text Example


Text Example

White with #669286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669286; }

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

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

background-color css

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

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

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

border-color css

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

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

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