#7E9469

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

Shades of Highland #7E9469

Tints of Highland #7E9469

Color information

#7E9469 (or 0x7E9469) is unknown color: approx Highland. HEX triplet: 7E, 94 and 69. RGB value is (126,148,105). Sum of RGB (Red+Green+Blue) = 126+148+105=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #7E9469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9469 is #816B96. Grayscale: #888888. Windows color (decimal): -8481687 or 6919294. OLE color: 6919294.

HSL color Cylindrical-coordinate representation of color #7E9469: hue angle of 90.7º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E9469 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB126148105-
CMYK0.1500.290.42
HSL90.7º17%49.61%-
HSV(B)90.7º29.05%58.04%-
XYZ21.7426.6417.36-
YUV136.52110.21120.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.25%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=33.25%
G=39.05%
B=27.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261481050.1500.290.4290.71749.61
Hex7E9469F01D2A5b1132
Octal17622415117035521332162
Binary11111101001010011010011111011101101010101101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,148,105); }

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

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

 a { background-color: rgb(126,148,105); }

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

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

 span { border-color: rgb(126,148,105); }

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