Html Css Color HEX #66957D Patina

📋 copy color: '#66957D'

red 102 ◦ green 149 ◦ blue 125

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

Shades of Patina #66957D

Tints of Patina #66957D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 27.13%
G = 39.63%
B = 33.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#66957D (or 0x66957D) is known color: Patina. HEX triplet: 66, 95 and 7D. RGB value is (102,149,125). Sum of RGB (Red+Green+Blue) = 102+149+125=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #66957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66957D is #996A82. Grayscale: #848484. Windows color (decimal): -10054275 or 8230246. OLE color: 8230246.

HSL color Cylindrical-coordinate representation of color #66957D: hue angle of 149.36º 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 #66957D is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 149 125 -
CMYK 0.32 0 0.16 0.42
HSL 149.36º 0.19% 0.49% -
HSV(B) 149.36º 0.32% 0.58% -
XYZ 19.93 25.8 23.33 -
YUV 132.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 102 149 125 0.32 0 0.16 0.42 149.36 0.19 0.49
Hex 66 95 7D 20 0 10 2A 95 13 31
Octal 146 225 175 40 0 20 52 225 23 61
Binary 1100110 10010101 1111101 100000 0 10000 101010 10010101 10011 110001

Color Harmonies of #66957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66957D

Black with #66957D

Text Example


Text Example

White with #66957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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