Html Css Color HEX #629381 Patina

📋 copy color: '#629381'

red 98 ◦ green 147 ◦ blue 129

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

Shades of Patina #629381

Tints of Patina #629381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

 BLUE value IS 129 (50.78% from 255) = 34.49%

R = 26.2%
G = 39.3%
B = 34.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#629381 (or 0x629381) is known color: Patina. HEX triplet: 62, 93 and 81. RGB value is (98,147,129). Sum of RGB (Red+Green+Blue) = 98+147+129=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #629381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629381 is #9D6C7E. Grayscale: #828282. Windows color (decimal): -10316927 or 8491874. OLE color: 8491874.

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

Color convert

RGB 98 147 129 -
CMYK 0.33 0 0.12 0.42
HSL 157.96º 0.2% 0.48% -
HSV(B) 157.96º 0.33% 0.58% -
XYZ 19.43 25.05 24.58 -
YUV 130.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 98 147 129 0.33 0 0.12 0.42 157.96 0.2 0.48
Hex 62 93 81 21 0 C 2A 9E 14 30
Octal 142 223 201 41 0 14 52 236 24 60
Binary 1100010 10010011 10000001 100001 0 1100 101010 10011110 10100 110000

Color Harmonies of #629381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629381

Black with #629381

Text Example


Text Example

White with #629381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629381; }

 p { color: rgb(98,147,129); }

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

background-color css

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

 a { background-color: rgb(98,147,129); }

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

border-color css

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

 span { border-color: rgb(98,147,129); }

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