#ADC068

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

Shades of Wild Willow #ADC068

Tints of Wild Willow #ADC068

Color information

#ADC068 (or 0xADC068) is unknown color: approx Wild Willow. HEX triplet: AD, C0 and 68. RGB value is (173,192,104). Sum of RGB (Red+Green+Blue) = 173+192+104=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC068 is #523F97. Grayscale: #B0B0B0. Windows color (decimal): -5390232 or 6865069. OLE color: 6865069.

HSL color Cylindrical-coordinate representation of color #ADC068: hue angle of 72.95º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC068 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB173192104-
CMYK0.1000.460.25
HSL72.95º41.12%58.04%-
HSV(B)72.95º45.83%75.29%-
XYZ38.5847.5820.25-
YUV176.2987.21125.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 192 (75.39% from 255) = 40.94%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=36.89%
G=40.94%
B=22.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921040.1000.460.2572.9541.1258.04
HexADC068A02E1949293a
Octal25530015012056311115172
Binary1010110111000000110100010100101110110011001001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC068; }

 p { color: rgb(173,192,104); }

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

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

 a { background-color: rgb(173,192,104); }

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

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

 span { border-color: rgb(173,192,104); }

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