#63AF7B

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

Shades of Oxley #63AF7B

Tints of Oxley #63AF7B

Color information

#63AF7B (or 0x63AF7B) is unknown color: approx Oxley. HEX triplet: 63, AF and 7B. RGB value is (99,175,123). Sum of RGB (Red+Green+Blue) = 99+175+123=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AF7B is #9C5084. Grayscale: #929292. Windows color (decimal): -10244229 or 8105827. OLE color: 8105827.

HSL color Cylindrical-coordinate representation of color #63AF7B: hue angle of 138.95º 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 #63AF7B is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB99175123-
CMYK0.4300.300.31
HSL138.95º32.2%53.73%-
HSV(B)138.95º43.43%68.63%-
XYZ24.0534.7424.18-
YUV146.35114.8294.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.94%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=24.94%
G=44.08%
B=30.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991751230.4300.300.31138.9532.253.73
Hex63AF7B2B01E1F8b2036
Octal14325717353036372134066
Binary11000111010111111110111010110111101111110001011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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