#629D92

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

Shades of Patina #629D92

Tints of Patina #629D92

Color information

#629D92 (or 0x629D92) is unknown color: approx Patina. HEX triplet: 62, 9D and 92. RGB value is (98,157,146). Sum of RGB (Red+Green+Blue) = 98+157+146=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #629D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629D92 is #9D626D. Grayscale: #8A8A8A. Windows color (decimal): -10314350 or 9608546. OLE color: 9608546.

HSL color Cylindrical-coordinate representation of color #629D92: hue angle of 168.81º degrees, saturation: 0.23, 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 #629D92 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB98157146-
CMYK0.3800.070.38
HSL168.81º23.14%50%-
HSV(B)168.81º37.58%61.57%-
XYZ22.2828.7931.58-
YUV138.1132.4599.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.44%
GREEN value IS 157 (61.72% from 255) = 39.15%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=24.44%
G=39.15%
B=36.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981571460.3800.070.38168.8123.1450
Hex629D92260726a91732
Octal1422352224607462512762
Binary1100010100111011001001010011001111001101010100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,157,146); }

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

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

 a { background-color: rgb(98,157,146); }

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

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

 span { border-color: rgb(98,157,146); }

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