Html Css Color HEX #669285 Patina

📋 copy color: '#669285'

red 102 ◦ green 146 ◦ blue 133

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

Shades of Patina #669285

Tints of Patina #669285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.91%

R = 26.77%
G = 38.32%
B = 34.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#669285 (or 0x669285) is known color: Patina. HEX triplet: 66, 92 and 85. RGB value is (102,146,133). Sum of RGB (Red+Green+Blue) = 102+146+133=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #669285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669285 is #996D7A. Grayscale: #838383. Windows color (decimal): -10055035 or 8753766. OLE color: 8753766.

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

Color convert

RGB 102 146 133 -
CMYK 0.30 0 0.09 0.43
HSL 162.27º 0.18% 0.49% -
HSV(B) 162.27º 0.3% 0.57% -
XYZ 19.99 25.08 25.98 -
YUV 131.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 102 146 133 0.30 0 0.09 0.43 162.27 0.18 0.49
Hex 66 92 85 1E 0 9 2B A2 12 31
Octal 146 222 205 36 0 11 53 242 22 61
Binary 1100110 10010010 10000101 11110 0 1001 101011 10100010 10010 110001

Color Harmonies of #669285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669285

Black with #669285

Text Example


Text Example

White with #669285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669285; }

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

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

background-color css

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

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

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

border-color css

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

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

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