#64998E

Color #64998E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #64998E

Tints of Patina #64998E

Color information

#64998E (or 0x64998E) is unknown color: approx Patina. HEX triplet: 64, 99 and 8E. RGB value is (100,153,142). Sum of RGB (Red+Green+Blue) = 100+153+142=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #64998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64998E is #9B6671. Grayscale: #878787. Windows color (decimal): -10184306 or 9345380. OLE color: 9345380.

HSL color Cylindrical-coordinate representation of color #64998E: hue angle of 167.55º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64998E is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB100153142-
CMYK0.3500.070.4
HSL167.55º20.95%49.61%-
HSV(B)167.55º34.64%60%-
XYZ21.5327.4429.75-
YUV135.9131.44102.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=25.32%
G=38.73%
B=35.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531420.3500.070.4167.5520.9549.61
Hex64998E230728a81532
Octal1442312164307502502562
Binary1100100100110011000111010001101111010001010100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,153,142); }

 H1.HeaderClassName
 {
   color: #64998E;
 }
 .AnyTagClassName
 {
   color: #64998E;
 }
</style>
background-color css

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

 a { background-color: rgb(100,153,142); }

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

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

 span { border-color: rgb(100,153,142); }

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