Html Css Color HEX #629E8D Patina

📋 copy color: '#629E8D'

red 98 ◦ green 158 ◦ blue 141

#629E8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #629E8D

Tints of Patina #629E8D

RGB

 RED value IS 98 (38.67% from 255) = 24.69%

 GREEN value IS 158 (62.11% from 255) = 39.8%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 24.69%
G = 39.8%
B = 35.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#629E8D (or 0x629E8D) is known color: Patina. HEX triplet: 62, 9E and 8D. RGB value is (98,158,141). Sum of RGB (Red+Green+Blue) = 98+158+141=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #629E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E8D is #9D6172. Grayscale: #8A8A8A. Windows color (decimal): -10314099 or 9281122. OLE color: 9281122.

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

Color convert

RGB 98 158 141 -
CMYK 0.38 0 0.11 0.38
HSL 163º 0.24% 0.5% -
HSV(B) 163º 0.38% 0.62% -
XYZ 22.07 28.97 29.63 -
YUV 138.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 98 158 141 0.38 0 0.11 0.38 163 0.24 0.5
Hex 62 9E 8D 26 0 B 26 A3 18 32
Octal 142 236 215 46 0 13 46 243 30 62
Binary 1100010 10011110 10001101 100110 0 1011 100110 10100011 11000 110010

Color Harmonies of #629E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629E8D

Black with #629E8D

Text Example


Text Example

White with #629E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #629E8D;
 }
 .AnyTagClassName
 {
   color: #629E8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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