#7D9A6A

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

Shades of Highland #7D9A6A

Tints of Highland #7D9A6A

Color information

#7D9A6A (or 0x7D9A6A) is unknown color: approx Highland. HEX triplet: 7D, 9A and 6A. RGB value is (125,154,106). Sum of RGB (Red+Green+Blue) = 125+154+106=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9A6A is #826595. Grayscale: #8C8C8C. Windows color (decimal): -8545686 or 6986365. OLE color: 6986365.

HSL color Cylindrical-coordinate representation of color #7D9A6A: hue angle of 96.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D9A6A is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB125154106-
CMYK0.1900.310.40
HSL96.25º19.2%50.98%-
HSV(B)96.25º31.17%60.39%-
XYZ22.6128.5117.95-
YUV139.86108.89117.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.47%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=32.47%
G=40%
B=27.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1251541060.1900.310.4096.2519.250.98
Hex7D9A6A1301F28601333
Octal17523215223037501402363
Binary111110110011010110101010011011111101000110000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,154,106); }

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

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

 a { background-color: rgb(125,154,106); }

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

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

 span { border-color: rgb(125,154,106); }

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