#7B8958

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

Shades of Highland #7B8958

Tints of Highland #7B8958

Color information

#7B8958 (or 0x7B8958) is unknown color: approx Highland. HEX triplet: 7B, 89 and 58. RGB value is (123,137,88). Sum of RGB (Red+Green+Blue) = 123+137+88=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #7B8958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8958 is #8476A7. Grayscale: #7F7F7F. Windows color (decimal): -8681128 or 5802363. OLE color: 5802363.

HSL color Cylindrical-coordinate representation of color #7B8958: hue angle of 77.14º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B8958 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB12313788-
CMYK0.1000.360.46
HSL77.14º21.78%44.12%-
HSV(B)77.14º35.77%53.73%-
XYZ18.8822.8112.64-
YUV127.23105.86124.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.34%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=35.34%
G=39.37%
B=25.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123137880.1000.360.4677.1421.7844.12
Hex7B8958A0242E4d162c
Octal17321113012044561152654
Binary111101110001001101100010100100100101110100110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,137,88); }

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

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

 a { background-color: rgb(123,137,88); }

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

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

 span { border-color: rgb(123,137,88); }

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