#63AF7D

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

Shades of Oxley #63AF7D

Tints of Oxley #63AF7D

Color information

#63AF7D (or 0x63AF7D) is unknown color: approx Oxley. HEX triplet: 63, AF and 7D. RGB value is (99,175,125). Sum of RGB (Red+Green+Blue) = 99+175+125=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AF7D is #9C5082. Grayscale: #929292. Windows color (decimal): -10244227 or 8236899. OLE color: 8236899.

HSL color Cylindrical-coordinate representation of color #63AF7D: hue angle of 140.53º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AF7D is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB99175125-
CMYK0.4300.290.31
HSL140.53º32.2%53.73%-
HSV(B)140.53º43.43%68.63%-
XYZ24.1834.7924.84-
YUV146.58115.8294.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.81%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=24.81%
G=43.86%
B=31.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991751250.4300.290.31140.5332.253.73
Hex63AF7D2B01D1F8d2036
Octal14325717553035372154066
Binary11000111010111111111011010110111011111110001101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,175,125); }

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

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

 a { background-color: rgb(99,175,125); }

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

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

 span { border-color: rgb(99,175,125); }

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