Html Css Color HEX #62987F Patina

📋 copy color: '#62987F'

red 98 ◦ green 152 ◦ blue 127

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

Shades of Patina #62987F

Tints of Patina #62987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.32%

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

R = 25.99%
G = 40.32%
B = 33.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#62987F (or 0x62987F) is known color: Patina. HEX triplet: 62, 98 and 7F. RGB value is (98,152,127). Sum of RGB (Red+Green+Blue) = 98+152+127=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #62987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62987F is #9D6780. Grayscale: #858585. Windows color (decimal): -10315649 or 8362082. OLE color: 8362082.

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

Color convert

RGB 98 152 127 -
CMYK 0.36 0 0.16 0.40
HSL 152.22º 0.22% 0.49% -
HSV(B) 152.22º 0.36% 0.6% -
XYZ 20.1 26.59 24.15 -
YUV 133 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 98 152 127 0.36 0 0.16 0.40 152.22 0.22 0.49
Hex 62 98 7F 24 0 10 28 98 16 31
Octal 142 230 177 44 0 20 50 230 26 61
Binary 1100010 10011000 1111111 100100 0 10000 101000 10011000 10110 110001

Color Harmonies of #62987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62987F

Black with #62987F

Text Example


Text Example

White with #62987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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