Html Css Color HEX #629982 Patina

📋 copy color: '#629982'

red 98 ◦ green 153 ◦ blue 130

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

Shades of Patina #629982

Tints of Patina #629982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.16%

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

R = 25.72%
G = 40.16%
B = 34.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#629982 (or 0x629982) is known color: Patina. HEX triplet: 62, 99 and 82. RGB value is (98,153,130). Sum of RGB (Red+Green+Blue) = 98+153+130=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #629982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629982 is #9D667D. Grayscale: #858585. Windows color (decimal): -10315390 or 8558946. OLE color: 8558946.

HSL color Cylindrical-coordinate representation of color #629982: hue angle of 154.91º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629982 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 153 130 -
CMYK 0.36 0 0.15 0.4
HSL 154.91º 0.22% 0.49% -
HSV(B) 154.91º 0.36% 0.6% -
XYZ 20.46 26.99 25.25 -
YUV 133.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 98 153 130 0.36 0 0.15 0.4 154.91 0.22 0.49
Hex 62 99 82 24 0 F 28 9B 16 31
Octal 142 231 202 44 0 17 50 233 26 61
Binary 1100010 10011001 10000010 100100 0 1111 101000 10011011 10110 110001

Color Harmonies of #629982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629982

Black with #629982

Text Example


Text Example

White with #629982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629982; }

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

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

background-color css

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

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

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

border-color css

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

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

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