Html Css Color HEX #66987E Patina

📋 copy color: '#66987E'

red 102 ◦ green 152 ◦ blue 126

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

Shades of Patina #66987E

Tints of Patina #66987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40%

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

R = 26.84%
G = 40%
B = 33.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#66987E (or 0x66987E) is known color: Patina. HEX triplet: 66, 98 and 7E. RGB value is (102,152,126). Sum of RGB (Red+Green+Blue) = 102+152+126=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #66987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66987E is #996781. Grayscale: #868686. Windows color (decimal): -10053506 or 8296550. OLE color: 8296550.

HSL color Cylindrical-coordinate representation of color #66987E: hue angle of 148.8º 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 #66987E is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 126 -
CMYK 0.33 0 0.17 0.40
HSL 148.8º 0.2% 0.5% -
HSV(B) 148.8º 0.33% 0.6% -
XYZ 20.47 26.79 23.83 -
YUV 134.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 102 152 126 0.33 0 0.17 0.40 148.8 0.2 0.5
Hex 66 98 7E 21 0 11 28 95 14 32
Octal 146 230 176 41 0 21 50 225 24 62
Binary 1100110 10011000 1111110 100001 0 10001 101000 10010101 10100 110010

Color Harmonies of #66987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66987E

Black with #66987E

Text Example


Text Example

White with #66987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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