#7B926B

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

Shades of Highland #7B926B

Tints of Highland #7B926B

Color information

#7B926B (or 0x7B926B) is unknown color: approx Highland. HEX triplet: 7B, 92 and 6B. RGB value is (123,146,107). Sum of RGB (Red+Green+Blue) = 123+146+107=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #7B926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B926B is #846D94. Grayscale: #868686. Windows color (decimal): -8678805 or 7049851. OLE color: 7049851.

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

Color convert

RGB123146107-
CMYK0.1600.270.43
HSL95.38º15.42%49.61%-
HSV(B)95.38º26.71%57.25%-
XYZ21.125.8317.78-
YUV134.68112.38119.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.71%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=32.71%
G=38.83%
B=28.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1231461070.1600.270.4395.3815.4249.61
Hex7B926B1001B2B5ff32
Octal17322215320033531371762
Binary11110111001001011010111000001101110101110111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,146,107); }

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

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

 a { background-color: rgb(123,146,107); }

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

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

 span { border-color: rgb(123,146,107); }

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