Html Css Color HEX #629984 Patina

📋 copy color: '#629984'

red 98 ◦ green 153 ◦ blue 132

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

Shades of Patina #629984

Tints of Patina #629984

RGB

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

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

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

R = 25.59%
G = 39.95%
B = 34.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#629984 (or 0x629984) is known color: Patina. HEX triplet: 62, 99 and 84. RGB value is (98,153,132). Sum of RGB (Red+Green+Blue) = 98+153+132=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #629984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629984 is #9D667B. Grayscale: #868686. Windows color (decimal): -10315388 or 8690018. OLE color: 8690018.

HSL color Cylindrical-coordinate representation of color #629984: hue angle of 157.09º 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 #629984 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 153 132 -
CMYK 0.36 0 0.14 0.4
HSL 157.09º 0.22% 0.49% -
HSV(B) 157.09º 0.36% 0.6% -
XYZ 20.59 27.05 25.96 -
YUV 134.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 98 153 132 0.36 0 0.14 0.4 157.09 0.22 0.49
Hex 62 99 84 24 0 E 28 9D 16 31
Octal 142 231 204 44 0 16 50 235 26 61
Binary 1100010 10011001 10000100 100100 0 1110 101000 10011101 10110 110001

Color Harmonies of #629984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629984

Black with #629984

Text Example


Text Example

White with #629984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629984; }

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

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

background-color css

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

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

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

border-color css

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

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

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