#AFC763

Color #AFC763 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #AFC763

Tints of Wild Willow #AFC763

Color information

#AFC763 (or 0xAFC763) is unknown color: approx Wild Willow. HEX triplet: AF, C7 and 63. RGB value is (175,199,99). Sum of RGB (Red+Green+Blue) = 175+199+99=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC763 is #50389C. Grayscale: #B4B4B4. Windows color (decimal): -5257373 or 6539183. OLE color: 6539183.

HSL color Cylindrical-coordinate representation of color #AFC763: hue angle of 74.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC763 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB17519999-
CMYK0.1200.500.22
HSL74.4º47.17%58.43%-
HSV(B)74.4º50.25%78.04%-
XYZ40.3550.8619.49-
YUV180.4282.05124.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 199 (78.12% from 255) = 42.07%
BLUE value IS 99 (39.06% from 255) = 20.93%
R=37.00%
G=42.07%
B=20.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175199990.1200.500.2274.447.1758.43
HexAFC763C032164a2f3a
Octal25730714314062261125772
Binary1010111111000111110001111000110010101101001010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC763; }

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

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

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

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

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

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

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

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