Html Css Color HEX #62977E Patina

📋 copy color: '#62977E'

red 98 ◦ green 151 ◦ blue 126

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

Shades of Patina #62977E

Tints of Patina #62977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.27%

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 26.13%
G = 40.27%
B = 33.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#62977E (or 0x62977E) is known color: Patina. HEX triplet: 62, 97 and 7E. RGB value is (98,151,126). Sum of RGB (Red+Green+Blue) = 98+151+126=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #62977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62977E is #9D6881. Grayscale: #848484. Windows color (decimal): -10315906 or 8296290. OLE color: 8296290.

HSL color Cylindrical-coordinate representation of color #62977E: hue angle of 151.7º 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 #62977E is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 151 126 -
CMYK 0.35 0 0.17 0.41
HSL 151.7º 0.21% 0.49% -
HSV(B) 151.7º 0.35% 0.59% -
XYZ 19.87 26.24 23.76 -
YUV 132.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 98 151 126 0.35 0 0.17 0.41 151.7 0.21 0.49
Hex 62 97 7E 23 0 11 29 98 15 31
Octal 142 227 176 43 0 21 51 230 25 61
Binary 1100010 10010111 1111110 100011 0 10001 101001 10011000 10101 110001

Color Harmonies of #62977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62977E

Black with #62977E

Text Example


Text Example

White with #62977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62977E; }

 p { color: rgb(98,151,126); }

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

background-color css

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

 a { background-color: rgb(98,151,126); }

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

border-color css

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

 span { border-color: rgb(98,151,126); }

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