#63AC7C

Color #63AC7C Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #63AC7C

Tints of Oxley #63AC7C

Color information

#63AC7C (or 0x63AC7C) is unknown color: approx Oxley. HEX triplet: 63, AC and 7C. RGB value is (99,172,124). Sum of RGB (Red+Green+Blue) = 99+172+124=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AC7C is #9C5383. Grayscale: #909090. Windows color (decimal): -10244996 or 8170595. OLE color: 8170595.

HSL color Cylindrical-coordinate representation of color #63AC7C: hue angle of 140.55º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AC7C is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB99172124-
CMYK0.4200.280.33
HSL140.55º30.54%53.14%-
HSV(B)140.55º42.44%67.45%-
XYZ23.5433.6124.32-
YUV144.7116.3295.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.06%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=25.06%
G=43.54%
B=31.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991721240.4200.280.33140.5530.5453.14
Hex63AC7C2A01C218d1f35
Octal14325417452034412153765
Binary11000111010110011111001010100111001000011000110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63AC7C; }

 p { color: rgb(99,172,124); }

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

<style>
 a { background-color: #63AC7C; }

 a { background-color: rgb(99,172,124); }

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

<style>
 span { border-color: #63AC7C; }

 span { border-color: rgb(99,172,124); }

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