Html Css Color HEX #66A183 Patina

📋 copy color: '#66A183'

red 102 ◦ green 161 ◦ blue 131

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

Shades of Patina #66A183

Tints of Patina #66A183

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.86%

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 25.89%
G = 40.86%
B = 33.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#66A183 (or 0x66A183) is known color: Patina. HEX triplet: 66, A1 and 83. RGB value is (102,161,131). Sum of RGB (Red+Green+Blue) = 102+161+131=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #66A183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A183 is #995E7C. Grayscale: #8C8C8C. Windows color (decimal): -10051197 or 8626534. OLE color: 8626534.

HSL color Cylindrical-coordinate representation of color #66A183: hue angle of 149.49º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A183 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 161 131 -
CMYK 0.37 0 0.19 0.37
HSL 149.49º 0.24% 0.52% -
HSV(B) 149.49º 0.37% 0.63% -
XYZ 22.32 29.95 26.08 -
YUV 139.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 102 161 131 0.37 0 0.19 0.37 149.49 0.24 0.52
Hex 66 A1 83 25 0 13 25 95 18 34
Octal 146 241 203 45 0 23 45 225 30 64
Binary 1100110 10100001 10000011 100101 0 10011 100101 10010101 11000 110100

Color Harmonies of #66A183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A183

Black with #66A183

Text Example


Text Example

White with #66A183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A183; }

 p { color: rgb(102,161,131); }

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

background-color css

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

 a { background-color: rgb(102,161,131); }

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

border-color css

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

 span { border-color: rgb(102,161,131); }

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