#7D996A

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

Shades of Highland #7D996A

Tints of Highland #7D996A

Color information

#7D996A (or 0x7D996A) is unknown color: approx Highland. HEX triplet: 7D, 99 and 6A. RGB value is (125,153,106). Sum of RGB (Red+Green+Blue) = 125+153+106=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #7D996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D996A is #826695. Grayscale: #8B8B8B. Windows color (decimal): -8545942 or 6986109. OLE color: 6986109.

HSL color Cylindrical-coordinate representation of color #7D996A: hue angle of 95.74º 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 #7D996A is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB125153106-
CMYK0.1800.310.4
HSL95.74º18.73%50.78%-
HSV(B)95.74º30.72%60%-
XYZ22.4528.1817.89-
YUV139.27109.22117.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.55%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=32.55%
G=39.84%
B=27.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1251531060.1800.310.495.7418.7350.78
Hex7D996A1201F28601333
Octal17523115222037501402363
Binary111110110011001110101010010011111101000110000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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