#C7CC60

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

Shades of Wild Willow #C7CC60

Tints of Wild Willow #C7CC60

Color information

#C7CC60 (or 0xC7CC60) is unknown color: approx Wild Willow. HEX triplet: C7, CC and 60. RGB value is (199,204,96). Sum of RGB (Red+Green+Blue) = 199+204+96=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CC60 is #38339F. Grayscale: #BEBEBE. Windows color (decimal): -3683232 or 6343879. OLE color: 6343879.

HSL color Cylindrical-coordinate representation of color #C7CC60: hue angle of 62.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7CC60 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB19920496-
CMYK0.0200.530.2
HSL62.78º51.43%58.82%-
HSV(B)62.78º52.94%80%-
XYZ47.2656.1719.42-
YUV190.1974.84134.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.88%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 96 (37.89% from 255) = 19.24%
R=39.88%
G=40.88%
B=19.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal199204960.0200.530.262.7851.4358.82
HexC7CC602035143f333b
Octal307314140206524776373
Binary1100011111001100110000010011010110100111111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CC60; }

 p { color: rgb(199,204,96); }

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

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

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

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

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

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

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