Html Css Color HEX #AFC768 Wild Willow

📋 copy color: '#AFC768'

red 175 ◦ green 199 ◦ blue 104

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

Shades of Wild Willow #AFC768

Tints of Wild Willow #AFC768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 36.61%
G = 41.63%
B = 21.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#AFC768 (or 0xAFC768) is known color: Wild Willow. HEX triplet: AF, C7 and 68. RGB value is (175,199,104). Sum of RGB (Red+Green+Blue) = 175+199+104=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC768 is #503897. Grayscale: #B5B5B5. Windows color (decimal): -5257368 or 6866863. OLE color: 6866863.

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

Color convert

RGB 175 199 104 -
CMYK 0.12 0 0.48 0.22
HSL 75.16º 0.46% 0.59% -
HSV(B) 75.16º 0.48% 0.78% -
XYZ 40.6 50.96 20.79 -
YUV 180.99 84.55 123.72 -
System Red Green Blue C M Y K H S L
Decimal 175 199 104 0.12 0 0.48 0.22 75.16 0.46 0.59
Hex AF C7 68 C 0 30 16 4B 2E 3B
Octal 257 307 150 14 0 60 26 113 56 73
Binary 10101111 11000111 1101000 1100 0 110000 10110 1001011 101110 111011

Color Harmonies of #AFC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC768

Black with #AFC768

Text Example


Text Example

White with #AFC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC768; }

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

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

background-color css

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

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

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

border-color css

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

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

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