Html Css Color HEX #66947D Patina

📋 copy color: '#66947D'

red 102 ◦ green 148 ◦ blue 125

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

Shades of Patina #66947D

Tints of Patina #66947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

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

R = 27.2%
G = 39.47%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#66947D (or 0x66947D) is known color: Patina. HEX triplet: 66, 94 and 7D. RGB value is (102,148,125). Sum of RGB (Red+Green+Blue) = 102+148+125=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #66947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66947D is #996B82. Grayscale: #838383. Windows color (decimal): -10054531 or 8229990. OLE color: 8229990.

HSL color Cylindrical-coordinate representation of color #66947D: hue angle of 150º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66947D is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 125 -
CMYK 0.31 0 0.16 0.42
HSL 150º 0.18% 0.49% -
HSV(B) 150º 0.31% 0.58% -
XYZ 19.77 25.49 23.28 -
YUV 131.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 102 148 125 0.31 0 0.16 0.42 150 0.18 0.49
Hex 66 94 7D 1F 0 10 2A 96 12 31
Octal 146 224 175 37 0 20 52 226 22 61
Binary 1100110 10010100 1111101 11111 0 10000 101010 10010110 10010 110001

Color Harmonies of #66947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66947D

Black with #66947D

Text Example


Text Example

White with #66947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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