Html Css Color HEX #62998C Patina

📋 copy color: '#62998C'

red 98 ◦ green 153 ◦ blue 140

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

Shades of Patina #62998C

Tints of Patina #62998C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 25.06%
G = 39.13%
B = 35.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#62998C (or 0x62998C) is known color: Patina. HEX triplet: 62, 99 and 8C. RGB value is (98,153,140). Sum of RGB (Red+Green+Blue) = 98+153+140=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #62998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62998C is #9D6673. Grayscale: #878787. Windows color (decimal): -10315380 or 9214306. OLE color: 9214306.

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

Color convert

RGB 98 153 140 -
CMYK 0.36 0 0.08 0.4
HSL 165.82º 0.22% 0.49% -
HSV(B) 165.82º 0.36% 0.6% -
XYZ 21.16 27.27 28.96 -
YUV 135.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 98 153 140 0.36 0 0.08 0.4 165.82 0.22 0.49
Hex 62 99 8C 24 0 8 28 A6 16 31
Octal 142 231 214 44 0 10 50 246 26 61
Binary 1100010 10011001 10001100 100100 0 1000 101000 10100110 10110 110001

Color Harmonies of #62998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62998C

Black with #62998C

Text Example


Text Example

White with #62998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62998C; }

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

 H1.HeaderClassName
 {
   color: #62998C;
 }
 .AnyTagClassName
 {
   color: #62998C;
 }
</style>

background-color css

<style>
 a { background-color: #62998C; }

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

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

border-color css

<style>
 span { border-color: #62998C; }

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

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