Html Css Color HEX #AFC760 Wild Willow

📋 copy color: '#AFC760'

red 175 ◦ green 199 ◦ blue 96

#AFC760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #AFC760

Tints of Wild Willow #AFC760

RGB

 RED value IS 175 (68.75% from 255) = 37.23%

 GREEN value IS 199 (78.13% from 255) = 42.34%

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 37.23%
G = 42.34%
B = 20.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#AFC760 (or 0xAFC760) is known color: Wild Willow. HEX triplet: AF, C7 and 60. RGB value is (175,199,96). Sum of RGB (Red+Green+Blue) = 175+199+96=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC760 is #50389F. Grayscale: #B4B4B4. Windows color (decimal): -5257376 or 6342575. OLE color: 6342575.

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

Color convert

RGB 175 199 96 -
CMYK 0.12 0 0.52 0.22
HSL 73.98º 0.48% 0.58% -
HSV(B) 73.98º 0.52% 0.78% -
XYZ 40.21 50.81 18.75 -
YUV 180.08 80.55 124.38 -
System Red Green Blue C M Y K H S L
Decimal 175 199 96 0.12 0 0.52 0.22 73.98 0.48 0.58
Hex AF C7 60 C 0 34 16 4A 30 3A
Octal 257 307 140 14 0 64 26 112 60 72
Binary 10101111 11000111 1100000 1100 0 110100 10110 1001010 110000 111010

Color Harmonies of #AFC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC760

Black with #AFC760

Text Example


Text Example

White with #AFC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC760; }

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

 H1.HeaderClassName
 {
   color: #AFC760;
 }
 .AnyTagClassName
 {
   color: #AFC760;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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