Html Css Color HEX #629E85 Patina

📋 copy color: '#629E85'

red 98 ◦ green 158 ◦ blue 133

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

Shades of Patina #629E85

Tints of Patina #629E85

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.62%

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 25.19%
G = 40.62%
B = 34.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#629E85 (or 0x629E85) is known color: Patina. HEX triplet: 62, 9E and 85. RGB value is (98,158,133). Sum of RGB (Red+Green+Blue) = 98+158+133=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #629E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E85 is #9D617A. Grayscale: #898989. Windows color (decimal): -10314107 or 8756834. OLE color: 8756834.

HSL color Cylindrical-coordinate representation of color #629E85: hue angle of 155º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629E85 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 158 133 -
CMYK 0.38 0 0.16 0.38
HSL 155º 0.24% 0.5% -
HSV(B) 155º 0.38% 0.62% -
XYZ 21.5 28.74 26.61 -
YUV 137.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 98 158 133 0.38 0 0.16 0.38 155 0.24 0.5
Hex 62 9E 85 26 0 10 26 9B 18 32
Octal 142 236 205 46 0 20 46 233 30 62
Binary 1100010 10011110 10000101 100110 0 10000 100110 10011011 11000 110010

Color Harmonies of #629E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629E85

Black with #629E85

Text Example


Text Example

White with #629E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,158,133); }

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

background-color css

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

 a { background-color: rgb(98,158,133); }

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

border-color css

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

 span { border-color: rgb(98,158,133); }

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