#7C8C61

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

Shades of Highland #7C8C61

Tints of Highland #7C8C61

Color information

#7C8C61 (or 0x7C8C61) is unknown color: approx Highland. HEX triplet: 7C, 8C and 61. RGB value is (124,140,97). Sum of RGB (Red+Green+Blue) = 124+140+97=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8C61 is #83739E. Grayscale: #828282. Windows color (decimal): -8614815 or 6392956. OLE color: 6392956.

HSL color Cylindrical-coordinate representation of color #7C8C61: hue angle of 82.33º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C8C61 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB12414097-
CMYK0.1100.310.45
HSL82.33º18.14%46.47%-
HSV(B)82.33º30.71%54.9%-
XYZ19.8523.914.88-
YUV130.31109.2123.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=34.35%
G=38.78%
B=26.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124140970.1100.310.4582.3318.1446.47
Hex7C8C61B01F2D52122e
Octal17421414113037551222256
Binary11111001000110011000011011011111101101101001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,140,97); }

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

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

 a { background-color: rgb(124,140,97); }

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

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

 span { border-color: rgb(124,140,97); }

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