Html Css Color HEX #629084 Patina

📋 copy color: '#629084'

red 98 ◦ green 144 ◦ blue 132

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

Shades of Patina #629084

Tints of Patina #629084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.5%

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 26.2%
G = 38.5%
B = 35.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#629084 (or 0x629084) is known color: Patina. HEX triplet: 62, 90 and 84. RGB value is (98,144,132). Sum of RGB (Red+Green+Blue) = 98+144+132=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #629084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629084 is #9D6F7B. Grayscale: #808080. Windows color (decimal): -10317692 or 8687714. OLE color: 8687714.

HSL color Cylindrical-coordinate representation of color #629084: hue angle of 164.35º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629084 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 144 132 -
CMYK 0.32 0 0.08 0.44
HSL 164.35º 0.19% 0.47% -
HSV(B) 164.35º 0.32% 0.56% -
XYZ 19.18 24.21 25.49 -
YUV 128.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 98 144 132 0.32 0 0.08 0.44 164.35 0.19 0.47
Hex 62 90 84 20 0 8 2C A4 13 2F
Octal 142 220 204 40 0 10 54 244 23 57
Binary 1100010 10010000 10000100 100000 0 1000 101100 10100100 10011 101111

Color Harmonies of #629084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629084

Black with #629084

Text Example


Text Example

White with #629084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629084; }

 p { color: rgb(98,144,132); }

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

background-color css

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

 a { background-color: rgb(98,144,132); }

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

border-color css

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

 span { border-color: rgb(98,144,132); }

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