Html Css Color HEX #629A7F Patina

📋 copy color: '#629A7F'

red 98 ◦ green 154 ◦ blue 127

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

Shades of Patina #629A7F

Tints of Patina #629A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.51%

R = 25.86%
G = 40.63%
B = 33.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#629A7F (or 0x629A7F) is known color: Patina. HEX triplet: 62, 9A and 7F. RGB value is (98,154,127). Sum of RGB (Red+Green+Blue) = 98+154+127=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #629A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629A7F is #9D6580. Grayscale: #868686. Windows color (decimal): -10315137 or 8362594. OLE color: 8362594.

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

Color convert

RGB 98 154 127 -
CMYK 0.36 0 0.18 0.40
HSL 151.07º 0.22% 0.49% -
HSV(B) 151.07º 0.36% 0.6% -
XYZ 20.42 27.24 24.26 -
YUV 134.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 98 154 127 0.36 0 0.18 0.40 151.07 0.22 0.49
Hex 62 9A 7F 24 0 12 28 97 16 31
Octal 142 232 177 44 0 22 50 227 26 61
Binary 1100010 10011010 1111111 100100 0 10010 101000 10010111 10110 110001

Color Harmonies of #629A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629A7F

Black with #629A7F

Text Example


Text Example

White with #629A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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