Html Css Color HEX #66897C Patina

📋 copy color: '#66897C'

red 102 ◦ green 137 ◦ blue 124

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

Shades of Patina #66897C

Tints of Patina #66897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 28.1%
G = 37.74%
B = 34.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#66897C (or 0x66897C) is known color: Patina. HEX triplet: 66, 89 and 7C. RGB value is (102,137,124). Sum of RGB (Red+Green+Blue) = 102+137+124=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #66897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66897C is #997683. Grayscale: #7D7D7D. Windows color (decimal): -10057348 or 8161638. OLE color: 8161638.

HSL color Cylindrical-coordinate representation of color #66897C: hue angle of 157.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66897C is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 124 -
CMYK 0.26 0 0.09 0.46
HSL 157.71º 0.15% 0.47% -
HSV(B) 157.71º 0.26% 0.54% -
XYZ 18.06 22.17 22.4 -
YUV 125.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 102 137 124 0.26 0 0.09 0.46 157.71 0.15 0.47
Hex 66 89 7C 1A 0 9 2E 9E F 2F
Octal 146 211 174 32 0 11 56 236 17 57
Binary 1100110 10001001 1111100 11010 0 1001 101110 10011110 1111 101111

Color Harmonies of #66897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66897C

Black with #66897C

Text Example


Text Example

White with #66897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66897C; }

 p { color: rgb(102,137,124); }

 H1.HeaderClassName
 {
   color: #66897C;
 }
 .AnyTagClassName
 {
   color: #66897C;
 }
</style>

background-color css

<style>
 a { background-color: #66897C; }

 a { background-color: rgb(102,137,124); }

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

border-color css

<style>
 span { border-color: #66897C; }

 span { border-color: rgb(102,137,124); }

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