Html Css Color HEX #629479 Patina

📋 copy color: '#629479'

red 98 ◦ green 148 ◦ blue 121

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

Shades of Patina #629479

Tints of Patina #629479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.97%

R = 26.7%
G = 40.33%
B = 32.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#629479 (or 0x629479) is known color: Patina. HEX triplet: 62, 94 and 79. RGB value is (98,148,121). Sum of RGB (Red+Green+Blue) = 98+148+121=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #629479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629479 is #9D6B86. Grayscale: #828282. Windows color (decimal): -10316679 or 7967842. OLE color: 7967842.

HSL color Cylindrical-coordinate representation of color #629479: hue angle of 147.6º 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 #629479 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 148 121 -
CMYK 0.34 0 0.18 0.42
HSL 147.6º 0.2% 0.48% -
HSV(B) 147.6º 0.34% 0.58% -
XYZ 19.08 25.16 21.94 -
YUV 129.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 98 148 121 0.34 0 0.18 0.42 147.6 0.2 0.48
Hex 62 94 79 22 0 12 2A 94 14 30
Octal 142 224 171 42 0 22 52 224 24 60
Binary 1100010 10010100 1111001 100010 0 10010 101010 10010100 10100 110000

Color Harmonies of #629479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629479

Black with #629479

Text Example


Text Example

White with #629479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629479; }

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

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

background-color css

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

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

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

border-color css

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

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

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