#629A8E

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

Shades of Patina #629A8E

Tints of Patina #629A8E

Color information

#629A8E (or 0x629A8E) is unknown color: approx Patina. HEX triplet: 62, 9A and 8E. RGB value is (98,154,142). Sum of RGB (Red+Green+Blue) = 98+154+142=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 154 - color contains mainly: green. Hex color #629A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629A8E is #9D6571. Grayscale: #878787. Windows color (decimal): -10315122 or 9345634. OLE color: 9345634.

HSL color Cylindrical-coordinate representation of color #629A8E: hue angle of 167.14º 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 #629A8E is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB98154142-
CMYK0.3600.080.40
HSL167.14º22.22%49.41%-
HSV(B)167.14º36.36%60.39%-
XYZ21.4827.6629.8-
YUV135.89131.45100.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.87%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=24.87%
G=39.09%
B=36.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981541420.3600.080.40167.1422.2249.41
Hex629A8E240828a71631
Octal14223221644010502472661
Binary11000101001101010001110100100010001010001010011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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