#C7C695

Color #C7C695 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C7C695

Tints of Green Mist #C7C695

Color information

#C7C695 (or 0xC7C695) is unknown color: approx Green Mist. HEX triplet: C7, C6 and 95. RGB value is (199,198,149). Sum of RGB (Red+Green+Blue) = 199+198+149=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C695 is #38396A. Grayscale: #C0C0C0. Windows color (decimal): -3684715 or 9815751. OLE color: 9815751.

HSL color Cylindrical-coordinate representation of color #C7C695: hue angle of 58.8º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7C695 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB199198149-
CMYK00.010.250.22
HSL58.8º30.86%68.24%-
HSV(B)58.8º25.13%78.04%-
XYZ49.1754.736.4-
YUV192.71103.33132.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.45%
GREEN value IS 198 (77.73% from 255) = 36.26%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=36.45%
G=36.26%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919814900.010.250.2258.830.8668.24
HexC7C6950119163b1f44
Octal3073062250131267337104
Binary110001111100011010010101011100110110111011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C695; }

 p { color: rgb(199,198,149); }

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

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

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

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

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

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

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