#7D926D

Color #7D926D Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #7D926D

Tints of Highland #7D926D

Color information

#7D926D (or 0x7D926D) is unknown color: approx Highland. HEX triplet: 7D, 92 and 6D. RGB value is (125,146,109). Sum of RGB (Red+Green+Blue) = 125+146+109=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #7D926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D926D is #826D92. Grayscale: #878787. Windows color (decimal): -8547731 or 7180925. OLE color: 7180925.

HSL color Cylindrical-coordinate representation of color #7D926D: hue angle of 94.05º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D926D is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB125146109-
CMYK0.1400.250.43
HSL94.05º14.51%50%-
HSV(B)94.05º25.34%57.25%-
XYZ21.526.0218.36-
YUV135.5113.04120.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.89%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=32.89%
G=38.42%
B=28.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1251461090.1400.250.4394.0514.5150
Hex7D926DE0192B5ef32
Octal17522215516031531361762
Binary1111101100100101101101111001100110101110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,146,109); }

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

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

 a { background-color: rgb(125,146,109); }

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

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

 span { border-color: rgb(125,146,109); }

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