#C7C76C

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

Shades of Wild Willow #C7C76C

Tints of Wild Willow #C7C76C

Color information

#C7C76C (or 0xC7C76C) is unknown color: approx Wild Willow. HEX triplet: C7, C7 and 6C. RGB value is (199,199,108). Sum of RGB (Red+Green+Blue) = 199+199+108=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C76C is #383893. Grayscale: #BCBCBC. Windows color (decimal): -3684500 or 7129031. OLE color: 7129031.

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

Color convert

RGB199199108-
CMYK000.460.22
HSL60º44.83%60.2%-
HSV(B)60º45.73%78.04%-
XYZ46.6854.0722.16-
YUV188.6382.5135.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 108 (42.58% from 255) = 21.34%
R=39.33%
G=39.33%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199199108000.460.226044.8360.2
HexC7C76C002E163c2d3c
Octal307307154005626745574
Binary110001111100011111011000010111010110111100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C76C; }

 p { color: rgb(199,199,108); }

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

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

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

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

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

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

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