Html Css Color HEX #66977E Patina

📋 copy color: '#66977E'

red 102 ◦ green 151 ◦ blue 126

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

Shades of Patina #66977E

Tints of Patina #66977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.84%

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

R = 26.91%
G = 39.84%
B = 33.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#66977E (or 0x66977E) is known color: Patina. HEX triplet: 66, 97 and 7E. RGB value is (102,151,126). Sum of RGB (Red+Green+Blue) = 102+151+126=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #66977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66977E is #996881. Grayscale: #858585. Windows color (decimal): -10053762 or 8296294. OLE color: 8296294.

HSL color Cylindrical-coordinate representation of color #66977E: hue angle of 149.39º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66977E is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 126 -
CMYK 0.32 0 0.17 0.41
HSL 149.39º 0.19% 0.5% -
HSV(B) 149.39º 0.32% 0.59% -
XYZ 20.31 26.46 23.78 -
YUV 133.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 102 151 126 0.32 0 0.17 0.41 149.39 0.19 0.5
Hex 66 97 7E 20 0 11 29 95 13 32
Octal 146 227 176 40 0 21 51 225 23 62
Binary 1100110 10010111 1111110 100000 0 10001 101001 10010101 10011 110010

Color Harmonies of #66977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66977E

Black with #66977E

Text Example


Text Example

White with #66977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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