Html Css Color HEX #66998D Patina

📋 copy color: '#66998D'

red 102 ◦ green 153 ◦ blue 141

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

Shades of Patina #66998D

Tints of Patina #66998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 25.76%
G = 38.64%
B = 35.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#66998D (or 0x66998D) is known color: Patina. HEX triplet: 66, 99 and 8D. RGB value is (102,153,141). Sum of RGB (Red+Green+Blue) = 102+153+141=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #66998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66998D is #996672. Grayscale: #888888. Windows color (decimal): -10053235 or 9279846. OLE color: 9279846.

HSL color Cylindrical-coordinate representation of color #66998D: hue angle of 165.88º 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 #66998D is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 141 -
CMYK 0.33 0 0.08 0.4
HSL 165.88º 0.2% 0.5% -
HSV(B) 165.88º 0.33% 0.6% -
XYZ 21.68 27.53 29.37 -
YUV 136.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 102 153 141 0.33 0 0.08 0.4 165.88 0.2 0.5
Hex 66 99 8D 21 0 8 28 A6 14 32
Octal 146 231 215 41 0 10 50 246 24 62
Binary 1100110 10011001 10001101 100001 0 1000 101000 10100110 10100 110010

Color Harmonies of #66998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66998D

Black with #66998D

Text Example


Text Example

White with #66998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66998D; }

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

 H1.HeaderClassName
 {
   color: #66998D;
 }
 .AnyTagClassName
 {
   color: #66998D;
 }
</style>

background-color css

<style>
 a { background-color: #66998D; }

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

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

border-color css

<style>
 span { border-color: #66998D; }

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

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