Html Css Color HEX #62978B Patina

📋 copy color: '#62978B'

red 98 ◦ green 151 ◦ blue 139

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

Shades of Patina #62978B

Tints of Patina #62978B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 25.26%
G = 38.92%
B = 35.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#62978B (or 0x62978B) is known color: Patina. HEX triplet: 62, 97 and 8B. RGB value is (98,151,139). Sum of RGB (Red+Green+Blue) = 98+151+139=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #62978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62978B is #9D6874. Grayscale: #858585. Windows color (decimal): -10315893 or 9148258. OLE color: 9148258.

HSL color Cylindrical-coordinate representation of color #62978B: hue angle of 166.42º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62978B is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 151 139 -
CMYK 0.35 0 0.08 0.41
HSL 166.42º 0.21% 0.49% -
HSV(B) 166.42º 0.35% 0.59% -
XYZ 20.76 26.59 28.46 -
YUV 133.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 98 151 139 0.35 0 0.08 0.41 166.42 0.21 0.49
Hex 62 97 8B 23 0 8 29 A6 15 31
Octal 142 227 213 43 0 10 51 246 25 61
Binary 1100010 10010111 10001011 100011 0 1000 101001 10100110 10101 110001

Color Harmonies of #62978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62978B

Black with #62978B

Text Example


Text Example

White with #62978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62978B; }

 p { color: rgb(98,151,139); }

 H1.HeaderClassName
 {
   color: #62978B;
 }
 .AnyTagClassName
 {
   color: #62978B;
 }
</style>

background-color css

<style>
 a { background-color: #62978B; }

 a { background-color: rgb(98,151,139); }

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

border-color css

<style>
 span { border-color: #62978B; }

 span { border-color: rgb(98,151,139); }

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