#7D957F

Color #7D957F Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #7D957F

Tints of Davy's Grey #7D957F

Color information

#7D957F (or 0x7D957F) is unknown color: approx Davy's Grey. HEX triplet: 7D, 95 and 7F. RGB value is (125,149,127). Sum of RGB (Red+Green+Blue) = 125+149+127=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #7D957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D957F is #826A80. Grayscale: #8B8B8B. Windows color (decimal): -8546945 or 8361341. OLE color: 8361341.

HSL color Cylindrical-coordinate representation of color #7D957F: hue angle of 125º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D957F is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB125149127-
CMYK0.1600.150.42
HSL125º10.17%53.73%-
HSV(B)125º16.11%58.43%-
XYZ23.0427.3924.15-
YUV139.32121.05117.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 127 (50% from 255) = 31.67%
R=31.17%
G=37.16%
B=31.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251491270.1600.150.4212510.1753.73
Hex7D957F100F2A7da36
Octal17522517720017521751266
Binary1111101100101011111111100000111110101011111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D957F; }

 p { color: rgb(125,149,127); }

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

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

 a { background-color: rgb(125,149,127); }

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

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

 span { border-color: rgb(125,149,127); }

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