Html Css Color HEX #66997E Patina

📋 copy color: '#66997E'

red 102 ◦ green 153 ◦ blue 126

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

Shades of Patina #66997E

Tints of Patina #66997E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.16%

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

R = 26.77%
G = 40.16%
B = 33.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#66997E (or 0x66997E) is known color: Patina. HEX triplet: 66, 99 and 7E. RGB value is (102,153,126). Sum of RGB (Red+Green+Blue) = 102+153+126=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #66997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66997E is #996681. Grayscale: #868686. Windows color (decimal): -10053250 or 8296806. OLE color: 8296806.

HSL color Cylindrical-coordinate representation of color #66997E: hue angle of 148.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66997E is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 126 -
CMYK 0.33 0 0.18 0.4
HSL 148.24º 0.2% 0.5% -
HSV(B) 148.24º 0.33% 0.6% -
XYZ 20.64 27.11 23.88 -
YUV 134.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 102 153 126 0.33 0 0.18 0.4 148.24 0.2 0.5
Hex 66 99 7E 21 0 12 28 94 14 32
Octal 146 231 176 41 0 22 50 224 24 62
Binary 1100110 10011001 1111110 100001 0 10010 101000 10010100 10100 110010

Color Harmonies of #66997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66997E

Black with #66997E

Text Example


Text Example

White with #66997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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