Html Css Color HEX #629278 Patina

📋 copy color: '#629278'

red 98 ◦ green 146 ◦ blue 120

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

Shades of Patina #629278

Tints of Patina #629278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.11%

 BLUE value IS 120 (47.27% from 255) = 32.97%

R = 26.92%
G = 40.11%
B = 32.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#629278 (or 0x629278) is known color: Patina. HEX triplet: 62, 92 and 78. RGB value is (98,146,120). Sum of RGB (Red+Green+Blue) = 98+146+120=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #629278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629278 is #9D6D87. Grayscale: #808080. Windows color (decimal): -10317192 or 7901794. OLE color: 7901794.

HSL color Cylindrical-coordinate representation of color #629278: hue angle of 147.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629278 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 146 120 -
CMYK 0.33 0 0.18 0.43
HSL 147.5º 0.2% 0.48% -
HSV(B) 147.5º 0.33% 0.57% -
XYZ 18.71 24.51 21.51 -
YUV 128.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 98 146 120 0.33 0 0.18 0.43 147.5 0.2 0.48
Hex 62 92 78 21 0 12 2B 94 14 30
Octal 142 222 170 41 0 22 53 224 24 60
Binary 1100010 10010010 1111000 100001 0 10010 101011 10010100 10100 110000

Color Harmonies of #629278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629278

Black with #629278

Text Example


Text Example

White with #629278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629278; }

 p { color: rgb(98,146,120); }

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

background-color css

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

 a { background-color: rgb(98,146,120); }

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

border-color css

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

 span { border-color: rgb(98,146,120); }

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