Html Css Color HEX #66998A Patina

📋 copy color: '#66998A'

red 102 ◦ green 153 ◦ blue 138

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

Shades of Patina #66998A

Tints of Patina #66998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 25.95%
G = 38.93%
B = 35.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#66998A (or 0x66998A) is known color: Patina. HEX triplet: 66, 99 and 8A. RGB value is (102,153,138). Sum of RGB (Red+Green+Blue) = 102+153+138=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #66998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66998A is #996675. Grayscale: #888888. Windows color (decimal): -10053238 or 9083238. OLE color: 9083238.

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

Color convert

RGB 102 153 138 -
CMYK 0.33 0 0.10 0.4
HSL 162.35º 0.2% 0.5% -
HSV(B) 162.35º 0.33% 0.6% -
XYZ 21.46 27.44 28.21 -
YUV 136.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 102 153 138 0.33 0 0.10 0.4 162.35 0.2 0.5
Hex 66 99 8A 21 0 A 28 A2 14 32
Octal 146 231 212 41 0 12 50 242 24 62
Binary 1100110 10011001 10001010 100001 0 1010 101000 10100010 10100 110010

Color Harmonies of #66998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66998A

Black with #66998A

Text Example


Text Example

White with #66998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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