#63AC7A

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

Shades of Oxley #63AC7A

Tints of Oxley #63AC7A

Color information

#63AC7A (or 0x63AC7A) is unknown color: approx Oxley. HEX triplet: 63, AC and 7A. RGB value is (99,172,122). Sum of RGB (Red+Green+Blue) = 99+172+122=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AC7A is #9C5385. Grayscale: #909090. Windows color (decimal): -10244998 or 8039523. OLE color: 8039523.

HSL color Cylindrical-coordinate representation of color #63AC7A: hue angle of 138.9º 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 #63AC7A is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB99172122-
CMYK0.4200.290.33
HSL138.9º30.54%53.14%-
HSV(B)138.9º42.44%67.45%-
XYZ23.4133.5623.66-
YUV144.47115.3295.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.19%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=25.19%
G=43.77%
B=31.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991721220.4200.290.33138.930.5453.14
Hex63AC7A2A01D218b1f35
Octal14325417252035412133765
Binary11000111010110011110101010100111011000011000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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