#C0D769

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

Shades of Wild Willow #C0D769

Tints of Wild Willow #C0D769

Color information

#C0D769 (or 0xC0D769) is unknown color: approx Wild Willow. HEX triplet: C0, D7 and 69. RGB value is (192,215,105). Sum of RGB (Red+Green+Blue) = 192+215+105=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D769 is #3F2896. Grayscale: #C4C4C4. Windows color (decimal): -4139159 or 6936512. OLE color: 6936512.

HSL color Cylindrical-coordinate representation of color #C0D769: hue angle of 72.55º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0D769 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB192215105-
CMYK0.1100.510.16
HSL72.55º57.89%62.75%-
HSV(B)72.55º51.16%84.31%-
XYZ48.5960.8322.54-
YUV195.5876.88125.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 215 (84.38% from 255) = 41.99%
BLUE value IS 105 (41.41% from 255) = 20.51%
R=37.5%
G=41.99%
B=20.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922151050.1100.510.1672.5557.8962.75
HexC0D769B03310493a3f
Octal30032715113063201117277
Binary1100000011010111110100110110110011100001001001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D769; }

 p { color: rgb(192,215,105); }

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

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

 a { background-color: rgb(192,215,105); }

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

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

 span { border-color: rgb(192,215,105); }

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