Html Css Color HEX #62957B Patina

📋 copy color: '#62957B'

red 98 ◦ green 149 ◦ blue 123

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

Shades of Patina #62957B

Tints of Patina #62957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.27%

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 26.49%
G = 40.27%
B = 33.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#62957B (or 0x62957B) is known color: Patina. HEX triplet: 62, 95 and 7B. RGB value is (98,149,123). Sum of RGB (Red+Green+Blue) = 98+149+123=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #62957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62957B is #9D6A84. Grayscale: #828282. Windows color (decimal): -10316421 or 8099170. OLE color: 8099170.

HSL color Cylindrical-coordinate representation of color #62957B: hue angle of 149.41º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62957B is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 149 123 -
CMYK 0.34 0 0.17 0.42
HSL 149.41º 0.21% 0.48% -
HSV(B) 149.41º 0.34% 0.58% -
XYZ 19.36 25.52 22.64 -
YUV 130.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 98 149 123 0.34 0 0.17 0.42 149.41 0.21 0.48
Hex 62 95 7B 22 0 11 2A 95 15 30
Octal 142 225 173 42 0 21 52 225 25 60
Binary 1100010 10010101 1111011 100010 0 10001 101010 10010101 10101 110000

Color Harmonies of #62957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62957B

Black with #62957B

Text Example


Text Example

White with #62957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62957B; }

 p { color: rgb(98,149,123); }

 H1.HeaderClassName
 {
   color: #62957B;
 }
 .AnyTagClassName
 {
   color: #62957B;
 }
</style>

background-color css

<style>
 a { background-color: #62957B; }

 a { background-color: rgb(98,149,123); }

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

border-color css

<style>
 span { border-color: #62957B; }

 span { border-color: rgb(98,149,123); }

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