Html Css Color HEX #628B81 Patina

📋 copy color: '#628B81'

red 98 ◦ green 139 ◦ blue 129

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

Shades of Patina #628B81

Tints of Patina #628B81

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.98%

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

R = 26.78%
G = 37.98%
B = 35.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#628B81 (or 0x628B81) is known color: Patina. HEX triplet: 62, 8B and 81. RGB value is (98,139,129). Sum of RGB (Red+Green+Blue) = 98+139+129=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 139 - color contains mainly: green. Hex color #628B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628B81 is #9D747E. Grayscale: #7D7D7D. Windows color (decimal): -10318975 or 8489826. OLE color: 8489826.

HSL color Cylindrical-coordinate representation of color #628B81: hue angle of 165.37º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628B81 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 139 129 -
CMYK 0.29 0 0.07 0.45
HSL 165.37º 0.17% 0.46% -
HSV(B) 165.37º 0.29% 0.55% -
XYZ 18.23 22.65 24.18 -
YUV 125.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 98 139 129 0.29 0 0.07 0.45 165.37 0.17 0.46
Hex 62 8B 81 1D 0 7 2D A5 11 2E
Octal 142 213 201 35 0 7 55 245 21 56
Binary 1100010 10001011 10000001 11101 0 111 101101 10100101 10001 101110

Color Harmonies of #628B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628B81

Black with #628B81

Text Example


Text Example

White with #628B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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