Html Css Color HEX #66917E Patina

📋 copy color: '#66917E'

red 102 ◦ green 145 ◦ blue 126

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

Shades of Patina #66917E

Tints of Patina #66917E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.78%

R = 27.35%
G = 38.87%
B = 33.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#66917E (or 0x66917E) is known color: Patina. HEX triplet: 66, 91 and 7E. RGB value is (102,145,126). Sum of RGB (Red+Green+Blue) = 102+145+126=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #66917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66917E is #996E81. Grayscale: #828282. Windows color (decimal): -10055298 or 8294758. OLE color: 8294758.

HSL color Cylindrical-coordinate representation of color #66917E: hue angle of 153.49º 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 #66917E is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 126 -
CMYK 0.30 0 0.13 0.43
HSL 153.49º 0.17% 0.48% -
HSV(B) 153.49º 0.3% 0.57% -
XYZ 19.37 24.58 23.46 -
YUV 129.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 102 145 126 0.30 0 0.13 0.43 153.49 0.17 0.48
Hex 66 91 7E 1E 0 D 2B 99 11 30
Octal 146 221 176 36 0 15 53 231 21 60
Binary 1100110 10010001 1111110 11110 0 1101 101011 10011001 10001 110000

Color Harmonies of #66917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66917E

Black with #66917E

Text Example


Text Example

White with #66917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66917E; }

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

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

background-color css

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

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

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

border-color css

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

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

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