Html Css Color HEX #62997F Patina

📋 copy color: '#62997F'

red 98 ◦ green 153 ◦ blue 127

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

Shades of Patina #62997F

Tints of Patina #62997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

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

R = 25.93%
G = 40.48%
B = 33.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#62997F (or 0x62997F) is known color: Patina. HEX triplet: 62, 99 and 7F. RGB value is (98,153,127). Sum of RGB (Red+Green+Blue) = 98+153+127=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #62997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62997F is #9D6680. Grayscale: #858585. Windows color (decimal): -10315393 or 8362338. OLE color: 8362338.

HSL color Cylindrical-coordinate representation of color #62997F: hue angle of 151.64º 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 #62997F is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 153 127 -
CMYK 0.36 0 0.17 0.4
HSL 151.64º 0.22% 0.49% -
HSV(B) 151.64º 0.36% 0.6% -
XYZ 20.26 26.91 24.21 -
YUV 133.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 98 153 127 0.36 0 0.17 0.4 151.64 0.22 0.49
Hex 62 99 7F 24 0 11 28 98 16 31
Octal 142 231 177 44 0 21 50 230 26 61
Binary 1100010 10011001 1111111 100100 0 10001 101000 10011000 10110 110001

Color Harmonies of #62997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62997F

Black with #62997F

Text Example


Text Example

White with #62997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62997F; }

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

 H1.HeaderClassName
 {
   color: #62997F;
 }
 .AnyTagClassName
 {
   color: #62997F;
 }
</style>

background-color css

<style>
 a { background-color: #62997F; }

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

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

border-color css

<style>
 span { border-color: #62997F; }

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

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