Html Css Color HEX #629082 Patina

📋 copy color: '#629082'

red 98 ◦ green 144 ◦ blue 130

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

Shades of Patina #629082

Tints of Patina #629082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 26.34%
G = 38.71%
B = 34.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#629082 (or 0x629082) is known color: Patina. HEX triplet: 62, 90 and 82. RGB value is (98,144,130). Sum of RGB (Red+Green+Blue) = 98+144+130=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #629082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629082 is #9D6F7D. Grayscale: #808080. Windows color (decimal): -10317694 or 8556642. OLE color: 8556642.

HSL color Cylindrical-coordinate representation of color #629082: hue angle of 161.74º 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 #629082 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 144 130 -
CMYK 0.32 0 0.10 0.44
HSL 161.74º 0.19% 0.47% -
HSV(B) 161.74º 0.32% 0.56% -
XYZ 19.04 24.15 24.78 -
YUV 128.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 98 144 130 0.32 0 0.10 0.44 161.74 0.19 0.47
Hex 62 90 82 20 0 A 2C A2 13 2F
Octal 142 220 202 40 0 12 54 242 23 57
Binary 1100010 10010000 10000010 100000 0 1010 101100 10100010 10011 101111

Color Harmonies of #629082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629082

Black with #629082

Text Example


Text Example

White with #629082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629082; }

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

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

background-color css

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

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

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

border-color css

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

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

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