Html Css Color HEX #629489 Patina

📋 copy color: '#629489'

red 98 ◦ green 148 ◦ blue 137

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

Shades of Patina #629489

Tints of Patina #629489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 25.59%
G = 38.64%
B = 35.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#629489 (or 0x629489) is known color: Patina. HEX triplet: 62, 94 and 89. RGB value is (98,148,137). Sum of RGB (Red+Green+Blue) = 98+148+137=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #629489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629489 is #9D6B76. Grayscale: #838383. Windows color (decimal): -10316663 or 9016418. OLE color: 9016418.

HSL color Cylindrical-coordinate representation of color #629489: hue angle of 166.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #629489 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 148 137 -
CMYK 0.34 0 0.07 0.42
HSL 166.8º 0.2% 0.48% -
HSV(B) 166.8º 0.34% 0.58% -
XYZ 20.14 25.58 27.54 -
YUV 131.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 98 148 137 0.34 0 0.07 0.42 166.8 0.2 0.48
Hex 62 94 89 22 0 7 2A A7 14 30
Octal 142 224 211 42 0 7 52 247 24 60
Binary 1100010 10010100 10001001 100010 0 111 101010 10100111 10100 110000

Color Harmonies of #629489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629489

Black with #629489

Text Example


Text Example

White with #629489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629489; }

 p { color: rgb(98,148,137); }

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

background-color css

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

 a { background-color: rgb(98,148,137); }

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

border-color css

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

 span { border-color: rgb(98,148,137); }

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