Html Css Color HEX #62928A Patina

📋 copy color: '#62928A'

red 98 ◦ green 146 ◦ blue 138

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

Shades of Patina #62928A

Tints of Patina #62928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.22%

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 25.65%
G = 38.22%
B = 36.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#62928A (or 0x62928A) is known color: Patina. HEX triplet: 62, 92 and 8A. RGB value is (98,146,138). Sum of RGB (Red+Green+Blue) = 98+146+138=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #62928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62928A is #9D6D75. Grayscale: #828282. Windows color (decimal): -10317174 or 9081442. OLE color: 9081442.

HSL color Cylindrical-coordinate representation of color #62928A: hue angle of 170º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62928A is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 146 138 -
CMYK 0.33 0 0.05 0.43
HSL 170º 0.2% 0.48% -
HSV(B) 170º 0.33% 0.57% -
XYZ 19.9 24.99 27.82 -
YUV 130.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 98 146 138 0.33 0 0.05 0.43 170 0.2 0.48
Hex 62 92 8A 21 0 5 2B AA 14 30
Octal 142 222 212 41 0 5 53 252 24 60
Binary 1100010 10010010 10001010 100001 0 101 101011 10101010 10100 110000

Color Harmonies of #62928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62928A

Black with #62928A

Text Example


Text Example

White with #62928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62928A; }

 p { color: rgb(98,146,138); }

 H1.HeaderClassName
 {
   color: #62928A;
 }
 .AnyTagClassName
 {
   color: #62928A;
 }
</style>

background-color css

<style>
 a { background-color: #62928A; }

 a { background-color: rgb(98,146,138); }

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

border-color css

<style>
 span { border-color: #62928A; }

 span { border-color: rgb(98,146,138); }

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