#C7D69C

Color #C7D69C Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C7D69C

Tints of Pale Leaf #C7D69C

Color information

#C7D69C (or 0xC7D69C) is unknown color: approx Pale Leaf. HEX triplet: C7, D6 and 9C. RGB value is (199,214,156). Sum of RGB (Red+Green+Blue) = 199+214+156=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D69C is #382963. Grayscale: #CBCBCB. Windows color (decimal): -3680612 or 10278599. OLE color: 10278599.

HSL color Cylindrical-coordinate representation of color #C7D69C: hue angle of 75.52º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7D69C is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB199214156-
CMYK0.0700.270.16
HSL75.52º41.43%72.55%-
HSV(B)75.52º27.1%83.92%-
XYZ53.662.6440.72-
YUV202.9101.53125.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.97%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=34.97%
G=37.61%
B=27.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1992141560.0700.270.1675.5241.4372.55
HexC7D69C701B104c2949
Octal30732623470332011451111
Binary1100011111010110100111001110110111000010011001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D69C; }

 p { color: rgb(199,214,156); }

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

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

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

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

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

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

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