#7D944C

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

Shades of Highland #7D944C

Tints of Highland #7D944C

Color information

#7D944C (or 0x7D944C) is unknown color: approx Highland. HEX triplet: 7D, 94 and 4C. RGB value is (125,148,76). Sum of RGB (Red+Green+Blue) = 125+148+76=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #7D944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D944C is #826BB3. Grayscale: #858585. Windows color (decimal): -8547252 or 5018749. OLE color: 5018749.

HSL color Cylindrical-coordinate representation of color #7D944C: hue angle of 79.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D944C is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB12514876-
CMYK0.1600.490.42
HSL79.17º32.14%43.92%-
HSV(B)79.17º48.65%58.04%-
XYZ20.3526.0610.8-
YUV132.9295.88122.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=35.82%
G=42.41%
B=21.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125148760.1600.490.4279.1732.1443.92
Hex7D944C100312A4f202c
Octal17522411420061521174054
Binary11111011001010010011001000001100011010101001111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,148,76); }

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

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

 a { background-color: rgb(125,148,76); }

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

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

 span { border-color: rgb(125,148,76); }

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