#AFC766

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

Shades of Wild Willow #AFC766

Tints of Wild Willow #AFC766

Color information

#AFC766 (or 0xAFC766) is unknown color: approx Wild Willow. HEX triplet: AF, C7 and 66. RGB value is (175,199,102). Sum of RGB (Red+Green+Blue) = 175+199+102=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC766 is #503899. Grayscale: #B5B5B5. Windows color (decimal): -5257370 or 6735791. OLE color: 6735791.

HSL color Cylindrical-coordinate representation of color #AFC766: hue angle of 74.85º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFC766 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB175199102-
CMYK0.1200.490.22
HSL74.85º46.41%59.02%-
HSV(B)74.85º48.74%78.04%-
XYZ40.550.9220.26-
YUV180.7783.55123.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 199 (78.12% from 255) = 41.81%
BLUE value IS 102 (40.23% from 255) = 21.43%
R=36.76%
G=41.81%
B=21.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751991020.1200.490.2274.8546.4159.02
HexAFC766C031164b2e3b
Octal25730714614061261135673
Binary1010111111000111110011011000110001101101001011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC766; }

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

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

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

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

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

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

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

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