Html Css Color HEX #628C7E Patina

📋 copy color: '#628C7E'

red 98 ◦ green 140 ◦ blue 126

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

Shades of Patina #628C7E

Tints of Patina #628C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.46%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 26.92%
G = 38.46%
B = 34.62%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#628C7E (or 0x628C7E) is known color: Patina. HEX triplet: 62, 8C and 7E. RGB value is (98,140,126). Sum of RGB (Red+Green+Blue) = 98+140+126=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 140 - color contains mainly: green. Hex color #628C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628C7E is #9D7381. Grayscale: #7D7D7D. Windows color (decimal): -10318722 or 8293474. OLE color: 8293474.

HSL color Cylindrical-coordinate representation of color #628C7E: hue angle of 160º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628C7E is Cyan = 0.3, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 140 126 -
CMYK 0.3 0 0.10 0.45
HSL 160º 0.18% 0.47% -
HSV(B) 160º 0.3% 0.55% -
XYZ 18.18 22.86 23.19 -
YUV 125.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 98 140 126 0.3 0 0.10 0.45 160 0.18 0.47
Hex 62 8C 7E 1E 0 A 2D A0 12 2F
Octal 142 214 176 36 0 12 55 240 22 57
Binary 1100010 10001100 1111110 11110 0 1010 101101 10100000 10010 101111

Color Harmonies of #628C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628C7E

Black with #628C7E

Text Example


Text Example

White with #628C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,140,126); }

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

background-color css

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

 a { background-color: rgb(98,140,126); }

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

border-color css

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

 span { border-color: rgb(98,140,126); }

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