#7B8B57

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

Shades of Highland #7B8B57

Tints of Highland #7B8B57

Color information

#7B8B57 (or 0x7B8B57) is unknown color: approx Highland. HEX triplet: 7B, 8B and 57. RGB value is (123,139,87). Sum of RGB (Red+Green+Blue) = 123+139+87=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 139 - color contains mainly: green. Hex color #7B8B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8B57 is #8474A8. Grayscale: #808080. Windows color (decimal): -8680617 or 5737339. OLE color: 5737339.

HSL color Cylindrical-coordinate representation of color #7B8B57: hue angle of 78.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B8B57 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB12313987-
CMYK0.1200.370.45
HSL78.46º23.01%44.31%-
HSV(B)78.46º37.41%54.51%-
XYZ19.1223.3612.52-
YUV128.29104.7124.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.24%
GREEN value IS 139 (54.69% from 255) = 39.83%
BLUE value IS 87 (34.38% from 255) = 24.93%
R=35.24%
G=39.83%
B=24.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123139870.1200.370.4578.4623.0144.31
Hex7B8B57C0252D4e172c
Octal17321312714045551162754
Binary111101110001011101011111000100101101101100111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,139,87); }

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

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

 a { background-color: rgb(123,139,87); }

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

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

 span { border-color: rgb(123,139,87); }

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