Html Css Color HEX #62988D Patina

📋 copy color: '#62988D'

red 98 ◦ green 152 ◦ blue 141

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

Shades of Patina #62988D

Tints of Patina #62988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 25.06%
G = 38.87%
B = 36.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#62988D (or 0x62988D) is known color: Patina. HEX triplet: 62, 98 and 8D. RGB value is (98,152,141). Sum of RGB (Red+Green+Blue) = 98+152+141=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #62988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62988D is #9D6772. Grayscale: #868686. Windows color (decimal): -10315635 or 9279586. OLE color: 9279586.

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

Color convert

RGB 98 152 141 -
CMYK 0.36 0 0.07 0.40
HSL 167.78º 0.22% 0.49% -
HSV(B) 167.78º 0.36% 0.6% -
XYZ 21.07 26.98 29.3 -
YUV 134.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 98 152 141 0.36 0 0.07 0.40 167.78 0.22 0.49
Hex 62 98 8D 24 0 7 28 A8 16 31
Octal 142 230 215 44 0 7 50 250 26 61
Binary 1100010 10011000 10001101 100100 0 111 101000 10101000 10110 110001

Color Harmonies of #62988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62988D

Black with #62988D

Text Example


Text Example

White with #62988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62988D; }

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

 H1.HeaderClassName
 {
   color: #62988D;
 }
 .AnyTagClassName
 {
   color: #62988D;
 }
</style>

background-color css

<style>
 a { background-color: #62988D; }

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

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

border-color css

<style>
 span { border-color: #62988D; }

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

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