#629E8E

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

Shades of Patina #629E8E

Tints of Patina #629E8E

Color information

#629E8E (or 0x629E8E) is unknown color: approx Patina. HEX triplet: 62, 9E and 8E. RGB value is (98,158,142). Sum of RGB (Red+Green+Blue) = 98+158+142=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 158 - color contains mainly: green. Hex color #629E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E8E is #9D6171. Grayscale: #8A8A8A. Windows color (decimal): -10314098 or 9346658. OLE color: 9346658.

HSL color Cylindrical-coordinate representation of color #629E8E: hue angle of 164º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629E8E is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB98158142-
CMYK0.3800.100.38
HSL164º23.62%50.2%-
HSV(B)164º37.97%61.96%-
XYZ22.152930.02-
YUV138.24130.1299.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.62%
GREEN value IS 158 (62.11% from 255) = 39.70%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=24.62%
G=39.70%
B=35.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581420.3800.100.3816423.6250.2
Hex629E8E260A26a41832
Octal14223621646012462443062
Binary11000101001111010001110100110010101001101010010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629E8E; }

 p { color: rgb(98,158,142); }

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

<style>
 a { background-color: #629E8E; }

 a { background-color: rgb(98,158,142); }

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

<style>
 span { border-color: #629E8E; }

 span { border-color: rgb(98,158,142); }

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