Html Css Color HEX #66957C Patina

📋 copy color: '#66957C'

red 102 ◦ green 149 ◦ blue 124

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

Shades of Patina #66957C

Tints of Patina #66957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 27.2%
G = 39.73%
B = 33.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#66957C (or 0x66957C) is known color: Patina. HEX triplet: 66, 95 and 7C. RGB value is (102,149,124). Sum of RGB (Red+Green+Blue) = 102+149+124=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #66957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66957C is #996A83. Grayscale: #848484. Windows color (decimal): -10054276 or 8164710. OLE color: 8164710.

HSL color Cylindrical-coordinate representation of color #66957C: hue angle of 148.09º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66957C is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 149 124 -
CMYK 0.32 0 0.17 0.42
HSL 148.09º 0.19% 0.49% -
HSV(B) 148.09º 0.32% 0.58% -
XYZ 19.87 25.77 23 -
YUV 132.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 102 149 124 0.32 0 0.17 0.42 148.09 0.19 0.49
Hex 66 95 7C 20 0 11 2A 94 13 31
Octal 146 225 174 40 0 21 52 224 23 61
Binary 1100110 10010101 1111100 100000 0 10001 101010 10010100 10011 110001

Color Harmonies of #66957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66957C

Black with #66957C

Text Example


Text Example

White with #66957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66957C; }

 p { color: rgb(102,149,124); }

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

background-color css

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

 a { background-color: rgb(102,149,124); }

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

border-color css

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

 span { border-color: rgb(102,149,124); }

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