#62998C

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

Shades of Patina #62998C

Tints of Patina #62998C

Color information

#62998C (or 0x62998C) is unknown color: approx Patina. HEX triplet: 62, 99 and 8C. RGB value is (98,153,140). Sum of RGB (Red+Green+Blue) = 98+153+140=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #62998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62998C is #9D6673. Grayscale: #878787. Windows color (decimal): -10315380 or 9214306. OLE color: 9214306.

HSL color Cylindrical-coordinate representation of color #62998C: hue angle of 165.82º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62998C is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB98153140-
CMYK0.3600.080.4
HSL165.82º21.91%49.22%-
HSV(B)165.82º35.95%60%-
XYZ21.1627.2728.96-
YUV135.07130.78101.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.06%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=25.06%
G=39.13%
B=35.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981531400.3600.080.4165.8221.9149.22
Hex62998C240828a61631
Octal14223121444010502462661
Binary11000101001100110001100100100010001010001010011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,153,140); }

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

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

 a { background-color: rgb(98,153,140); }

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

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

 span { border-color: rgb(98,153,140); }

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