Html Css Color HEX #669182 Patina

📋 copy color: '#669182'

red 102 ◦ green 145 ◦ blue 130

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

Shades of Patina #669182

Tints of Patina #669182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 27.06%
G = 38.46%
B = 34.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#669182 (or 0x669182) is known color: Patina. HEX triplet: 66, 91 and 82. RGB value is (102,145,130). Sum of RGB (Red+Green+Blue) = 102+145+130=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #669182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669182 is #996E7D. Grayscale: #828282. Windows color (decimal): -10055294 or 8556902. OLE color: 8556902.

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

Color convert

RGB 102 145 130 -
CMYK 0.30 0 0.10 0.43
HSL 159.07º 0.17% 0.48% -
HSV(B) 159.07º 0.3% 0.57% -
XYZ 19.63 24.69 24.85 -
YUV 130.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 102 145 130 0.30 0 0.10 0.43 159.07 0.17 0.48
Hex 66 91 82 1E 0 A 2B 9F 11 30
Octal 146 221 202 36 0 12 53 237 21 60
Binary 1100110 10010001 10000010 11110 0 1010 101011 10011111 10001 110000

Color Harmonies of #669182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669182

Black with #669182

Text Example


Text Example

White with #669182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669182; }

 p { color: rgb(102,145,130); }

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

background-color css

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

 a { background-color: rgb(102,145,130); }

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

border-color css

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

 span { border-color: rgb(102,145,130); }

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