#AFBC6B

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

Shades of Wild Willow #AFBC6B

Tints of Wild Willow #AFBC6B

Color information

#AFBC6B (or 0xAFBC6B) is unknown color: approx Wild Willow. HEX triplet: AF, BC and 6B. RGB value is (175,188,107). Sum of RGB (Red+Green+Blue) = 175+188+107=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC6B is #504394. Grayscale: #AFAFAF. Windows color (decimal): -5260181 or 7060655. OLE color: 7060655.

HSL color Cylindrical-coordinate representation of color #AFBC6B: hue angle of 69.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFBC6B is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB175188107-
CMYK0.0700.430.26
HSL69.63º37.67%57.84%-
HSV(B)69.63º43.09%73.73%-
XYZ38.3246.1420.8-
YUV174.8889.69128.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=37.23%
G=40%
B=22.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881070.0700.430.2669.6337.6757.84
HexAFBC6B702B1A46263a
Octal2572741537053321064672
Binary101011111011110011010111110101011110101000110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC6B; }

 p { color: rgb(175,188,107); }

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

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

 a { background-color: rgb(175,188,107); }

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

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

 span { border-color: rgb(175,188,107); }

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