#6E9051

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

Shades of Highland #6E9051

Tints of Highland #6E9051

Color information

#6E9051 (or 0x6E9051) is unknown color: approx Highland. HEX triplet: 6E, 90 and 51. RGB value is (110,144,81). Sum of RGB (Red+Green+Blue) = 110+144+81=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #6E9051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9051 is #916FAE. Grayscale: #7E7E7E. Windows color (decimal): -9531311 or 5345390. OLE color: 5345390.

HSL color Cylindrical-coordinate representation of color #6E9051: hue angle of 92.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E9051 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB11014481-
CMYK0.2400.440.44
HSL92.38º28%44.12%-
HSV(B)92.38º43.75%56.47%-
XYZ17.8923.8611.45-
YUV126.65102.24116.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.84%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=32.84%
G=42.99%
B=24.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110144810.2400.440.4492.382844.12
Hex6E90511802C2C5c1c2c
Octal15622012130054541343454
Binary1101110100100001010001110000101100101100101110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E9051; }

 p { color: rgb(110,144,81); }

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

<style>
 a { background-color: #6E9051; }

 a { background-color: rgb(110,144,81); }

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

<style>
 span { border-color: #6E9051; }

 span { border-color: rgb(110,144,81); }

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