#7C8E53

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

Shades of Highland #7C8E53

Tints of Highland #7C8E53

Color information

#7C8E53 (or 0x7C8E53) is unknown color: approx Highland. HEX triplet: 7C, 8E and 53. RGB value is (124,142,83). Sum of RGB (Red+Green+Blue) = 124+142+83=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8E53 is #8371AC. Grayscale: #828282. Windows color (decimal): -8614317 or 5475964. OLE color: 5475964.

HSL color Cylindrical-coordinate representation of color #7C8E53: hue angle of 78.31º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C8E53 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB12414283-
CMYK0.1300.420.44
HSL78.31º26.22%44.12%-
HSV(B)78.31º41.55%55.69%-
XYZ19.5524.2611.84-
YUV129.89101.54123.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.53%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 83 (32.81% from 255) = 23.78%
R=35.53%
G=40.69%
B=23.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124142830.1300.420.4478.3126.2244.12
Hex7C8E53D02A2C4e1a2c
Octal17421612315052541163254
Binary111110010001110101001111010101010101100100111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,142,83); }

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

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

 a { background-color: rgb(124,142,83); }

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

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

 span { border-color: rgb(124,142,83); }

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