Html Css Color HEX #AFC06B Wild Willow

📋 copy color: '#AFC06B'

red 175 ◦ green 192 ◦ blue 107

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

Shades of Wild Willow #AFC06B

Tints of Wild Willow #AFC06B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.51%

 BLUE value IS 107 (42.19% from 255) = 22.57%

R = 36.92%
G = 40.51%
B = 22.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#AFC06B (or 0xAFC06B) is known color: Wild Willow. HEX triplet: AF, C0 and 6B. RGB value is (175,192,107). Sum of RGB (Red+Green+Blue) = 175+192+107=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC06B is #503F94. Grayscale: #B1B1B1. Windows color (decimal): -5259157 or 7061679. OLE color: 7061679.

HSL color Cylindrical-coordinate representation of color #AFC06B: hue angle of 72º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFC06B is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 107 -
CMYK 0.09 0 0.44 0.25
HSL 72º 0.4% 0.59% -
HSV(B) 72º 0.44% 0.75% -
XYZ 39.18 47.87 21.09 -
YUV 177.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 175 192 107 0.09 0 0.44 0.25 72 0.4 0.59
Hex AF C0 6B 9 0 2C 19 48 28 3B
Octal 257 300 153 11 0 54 31 110 50 73
Binary 10101111 11000000 1101011 1001 0 101100 11001 1001000 101000 111011

Color Harmonies of #AFC06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC06B

Black with #AFC06B

Text Example


Text Example

White with #AFC06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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