Html Css Color HEX #629683 Patina

📋 copy color: '#629683'

red 98 ◦ green 150 ◦ blue 131

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

Shades of Patina #629683

Tints of Patina #629683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

 BLUE value IS 131 (51.56% from 255) = 34.56%

R = 25.86%
G = 39.58%
B = 34.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#629683 (or 0x629683) is known color: Patina. HEX triplet: 62, 96 and 83. RGB value is (98,150,131). Sum of RGB (Red+Green+Blue) = 98+150+131=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #629683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629683 is #9D697C. Grayscale: #848484. Windows color (decimal): -10316157 or 8623714. OLE color: 8623714.

HSL color Cylindrical-coordinate representation of color #629683: hue angle of 158.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #629683 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 150 131 -
CMYK 0.35 0 0.13 0.41
HSL 158.08º 0.21% 0.49% -
HSV(B) 158.08º 0.35% 0.59% -
XYZ 20.04 26.05 25.44 -
YUV 132.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 98 150 131 0.35 0 0.13 0.41 158.08 0.21 0.49
Hex 62 96 83 23 0 D 29 9E 15 31
Octal 142 226 203 43 0 15 51 236 25 61
Binary 1100010 10010110 10000011 100011 0 1101 101001 10011110 10101 110001

Color Harmonies of #629683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629683

Black with #629683

Text Example


Text Example

White with #629683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629683; }

 p { color: rgb(98,150,131); }

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

background-color css

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

 a { background-color: rgb(98,150,131); }

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

border-color css

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

 span { border-color: rgb(98,150,131); }

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