#C7CD60

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

Shades of Wild Willow #C7CD60

Tints of Wild Willow #C7CD60

Color information

#C7CD60 (or 0xC7CD60) is unknown color: approx Wild Willow. HEX triplet: C7, CD and 60. RGB value is (199,205,96). Sum of RGB (Red+Green+Blue) = 199+205+96=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CD60 is #38329F. Grayscale: #BFBFBF. Windows color (decimal): -3682976 or 6344135. OLE color: 6344135.

HSL color Cylindrical-coordinate representation of color #C7CD60: hue angle of 63.3º degrees, saturation: 0.52, 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 #C7CD60 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB19920596-
CMYK0.0300.530.20
HSL63.3º52.15%59.02%-
HSV(B)63.3º53.17%80.39%-
XYZ47.556.6519.5-
YUV190.7874.51133.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 96 (37.89% from 255) = 19.2%
R=39.8%
G=41%
B=19.2%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199205960.0300.530.2063.352.1559.02
HexC7CD603035143f343b
Octal307315140306524776473
Binary1100011111001101110000011011010110100111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CD60; }

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

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

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

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

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

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

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

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