#C7C7A0

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

Shades of Green Mist #C7C7A0

Tints of Green Mist #C7C7A0

Color information

#C7C7A0 (or 0xC7C7A0) is unknown color: approx Green Mist. HEX triplet: C7, C7 and A0. RGB value is (199,199,160). Sum of RGB (Red+Green+Blue) = 199+199+160=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C7A0 is #38385F. Grayscale: #C2C2C2. Windows color (decimal): -3684448 or 10536903. OLE color: 10536903.

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

Color convert

RGB199199160-
CMYK000.200.22
HSL60º25.83%70.39%-
HSV(B)60º19.6%78.04%-
XYZ50.3255.5341.32-
YUV194.55108.5131.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.66%
GREEN value IS 199 (78.12% from 255) = 35.66%
BLUE value IS 160 (62.89% from 255) = 28.67%
R=35.66%
G=35.66%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199199160000.200.226025.8370.39
HexC7C7A00014163c1a46
Octal3073072400024267432106
Binary110001111100011110100000001010010110111100110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C7A0; }

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

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

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

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

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

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

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

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