Html Css Color HEX #63978D Patina

📋 copy color: '#63978D'

red 99 ◦ green 151 ◦ blue 141

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

Shades of Patina #63978D

Tints of Patina #63978D

RGB

 RED value IS 99 (39.06% from 255) = 25.32%

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

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

R = 25.32%
G = 38.62%
B = 36.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#63978D (or 0x63978D) is known color: Patina. HEX triplet: 63, 97 and 8D. RGB value is (99,151,141). Sum of RGB (Red+Green+Blue) = 99+151+141=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #63978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63978D is #9C6872. Grayscale: #868686. Windows color (decimal): -10250355 or 9279331. OLE color: 9279331.

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

Color convert

RGB 99 151 141 -
CMYK 0.34 0 0.07 0.41
HSL 168.46º 0.21% 0.49% -
HSV(B) 168.46º 0.34% 0.59% -
XYZ 21.02 26.71 29.25 -
YUV 134.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 99 151 141 0.34 0 0.07 0.41 168.46 0.21 0.49
Hex 63 97 8D 22 0 7 29 A8 15 31
Octal 143 227 215 42 0 7 51 250 25 61
Binary 1100011 10010111 10001101 100010 0 111 101001 10101000 10101 110001

Color Harmonies of #63978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63978D

Black with #63978D

Text Example


Text Example

White with #63978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,151,141); }

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

background-color css

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

 a { background-color: rgb(99,151,141); }

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

border-color css

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

 span { border-color: rgb(99,151,141); }

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