#63AF6F

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

Shades of Fern #63AF6F

Tints of Fern #63AF6F

Color information

#63AF6F (or 0x63AF6F) is unknown color: approx Fern. HEX triplet: 63, AF and 6F. RGB value is (99,175,111). Sum of RGB (Red+Green+Blue) = 99+175+111=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AF6F is #9C5090. Grayscale: #919191. Windows color (decimal): -10244241 or 7319395. OLE color: 7319395.

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

Color convert

RGB99175111-
CMYK0.4300.370.31
HSL129.47º32.2%53.73%-
HSV(B)129.47º43.43%68.63%-
XYZ23.3434.4620.46-
YUV144.98108.8295.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.71%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=25.71%
G=45.45%
B=28.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991751110.4300.370.31129.4732.253.73
Hex63AF6F2B0251F812036
Octal14325715753045372014066
Binary110001110101111110111110101101001011111110000001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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