Html Css Color HEX #628881 Patina

📋 copy color: '#628881'

red 98 ◦ green 136 ◦ blue 129

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

Shades of Patina #628881

Tints of Patina #628881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 27%
G = 37.47%
B = 35.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#628881 (or 0x628881) is known color: Patina. HEX triplet: 62, 88 and 81. RGB value is (98,136,129). Sum of RGB (Red+Green+Blue) = 98+136+129=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #628881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628881 is #9D777E. Grayscale: #7B7B7B. Windows color (decimal): -10319743 or 8489058. OLE color: 8489058.

HSL color Cylindrical-coordinate representation of color #628881: hue angle of 168.95º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #628881 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 136 129 -
CMYK 0.28 0 0.05 0.47
HSL 168.95º 0.16% 0.46% -
HSV(B) 168.95º 0.28% 0.53% -
XYZ 17.8 21.79 24.04 -
YUV 123.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 98 136 129 0.28 0 0.05 0.47 168.95 0.16 0.46
Hex 62 88 81 1C 0 5 2F A9 10 2E
Octal 142 210 201 34 0 5 57 251 20 56
Binary 1100010 10001000 10000001 11100 0 101 101111 10101001 10000 101110

Color Harmonies of #628881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628881

Black with #628881

Text Example


Text Example

White with #628881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628881; }

 p { color: rgb(98,136,129); }

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

background-color css

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

 a { background-color: rgb(98,136,129); }

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

border-color css

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

 span { border-color: rgb(98,136,129); }

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