#63977F

Color #63977F Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #63977F

Tints of Patina #63977F

Color information

#63977F (or 0x63977F) is unknown color: approx Patina. HEX triplet: 63, 97 and 7F. RGB value is (99,151,127). Sum of RGB (Red+Green+Blue) = 99+151+127=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #63977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63977F is #9C6880. Grayscale: #848484. Windows color (decimal): -10250369 or 8361827. OLE color: 8361827.

HSL color Cylindrical-coordinate representation of color #63977F: hue angle of 152.31º 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 #63977F is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB99151127-
CMYK0.3400.160.41
HSL152.31º20.8%49.02%-
HSV(B)152.31º34.44%59.22%-
XYZ20.0426.3224.1-
YUV132.72124.77103.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.26%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 127 (50% from 255) = 33.69%
R=26.26%
G=40.05%
B=33.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991511270.3400.160.41152.3120.849.02
Hex63977F2201029981531
Octal14322717742020512302561
Binary11000111001011111111111000100100001010011001100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63977F; }

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

 H1.HeaderClassName
 {
   color: #63977F;
 }
 .AnyTagClassName
 {
   color: #63977F;
 }
</style>
background-color css

<style>
 a { background-color: #63977F; }

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

 div.DivClassName
 {
   background-color: #63977F;
 }
 .BgClassName
 {
   background-color: #63977F;
 }
</style>
border-color css

<style>
 span { border-color: #63977F; }

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

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