Html Css Color HEX #629A7D Patina

📋 copy color: '#629A7D'

red 98 ◦ green 154 ◦ blue 125

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

Shades of Patina #629A7D

Tints of Patina #629A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 25.99%
G = 40.85%
B = 33.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#629A7D (or 0x629A7D) is known color: Patina. HEX triplet: 62, 9A and 7D. RGB value is (98,154,125). Sum of RGB (Red+Green+Blue) = 98+154+125=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #629A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629A7D is #9D6582. Grayscale: #868686. Windows color (decimal): -10315139 or 8231522. OLE color: 8231522.

HSL color Cylindrical-coordinate representation of color #629A7D: hue angle of 148.93º 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 #629A7D is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 154 125 -
CMYK 0.36 0 0.19 0.40
HSL 148.93º 0.22% 0.49% -
HSV(B) 148.93º 0.36% 0.6% -
XYZ 20.29 27.19 23.58 -
YUV 133.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 98 154 125 0.36 0 0.19 0.40 148.93 0.22 0.49
Hex 62 9A 7D 24 0 13 28 95 16 31
Octal 142 232 175 44 0 23 50 225 26 61
Binary 1100010 10011010 1111101 100100 0 10011 101000 10010101 10110 110001

Color Harmonies of #629A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629A7D

Black with #629A7D

Text Example


Text Example

White with #629A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,154,125); }

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

background-color css

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

 a { background-color: rgb(98,154,125); }

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

border-color css

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

 span { border-color: rgb(98,154,125); }

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