Html Css Color HEX #629C91 Patina

📋 copy color: '#629C91'

red 98 ◦ green 156 ◦ blue 145

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

Shades of Patina #629C91

Tints of Patina #629C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.1%

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 24.56%
G = 39.1%
B = 36.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#629C91 (or 0x629C91) is known color: Patina. HEX triplet: 62, 9C and 91. RGB value is (98,156,145). Sum of RGB (Red+Green+Blue) = 98+156+145=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 156 - color contains mainly: green. Hex color #629C91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C91 is #9D636E. Grayscale: #898989. Windows color (decimal): -10314607 or 9542754. OLE color: 9542754.

HSL color Cylindrical-coordinate representation of color #629C91: hue angle of 168.62º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629C91 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 156 145 -
CMYK 0.37 0 0.07 0.39
HSL 168.62º 0.23% 0.5% -
HSV(B) 168.62º 0.37% 0.61% -
XYZ 22.04 28.42 31.11 -
YUV 137.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 98 156 145 0.37 0 0.07 0.39 168.62 0.23 0.5
Hex 62 9C 91 25 0 7 27 A9 17 32
Octal 142 234 221 45 0 7 47 251 27 62
Binary 1100010 10011100 10010001 100101 0 111 100111 10101001 10111 110010

Color Harmonies of #629C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629C91

Black with #629C91

Text Example


Text Example

White with #629C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629C91; }

 p { color: rgb(98,156,145); }

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

background-color css

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

 a { background-color: rgb(98,156,145); }

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

border-color css

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

 span { border-color: rgb(98,156,145); }

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