#63AA7F

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

Shades of Oxley #63AA7F

Tints of Oxley #63AA7F

Color information

#63AA7F (or 0x63AA7F) is unknown color: approx Oxley. HEX triplet: 63, AA and 7F. RGB value is (99,170,127). Sum of RGB (Red+Green+Blue) = 99+170+127=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AA7F is #9C5580. Grayscale: #8F8F8F. Windows color (decimal): -10245505 or 8366691. OLE color: 8366691.

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

Color convert

RGB99170127-
CMYK0.4200.250.33
HSL143.66º29.46%52.75%-
HSV(B)143.66º41.76%66.67%-
XYZ23.3532.9325.2-
YUV143.87118.4896-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 127 (50% from 255) = 32.07%
R=25%
G=42.93%
B=32.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701270.4200.250.33143.6629.4652.75
Hex63AA7F2A01921901d35
Octal14325217752031412203565
Binary11000111010101011111111010100110011000011001000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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