#6E9350

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

Shades of Highland #6E9350

Tints of Highland #6E9350

Color information

#6E9350 (or 0x6E9350) is unknown color: approx Highland. HEX triplet: 6E, 93 and 50. RGB value is (110,147,80). Sum of RGB (Red+Green+Blue) = 110+147+80=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9350 is #916CAF. Grayscale: #808080. Windows color (decimal): -9530544 or 5280622. OLE color: 5280622.

HSL color Cylindrical-coordinate representation of color #6E9350: hue angle of 93.13º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E9350 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB11014780-
CMYK0.2500.460.42
HSL93.13º29.52%44.51%-
HSV(B)93.13º45.58%57.65%-
XYZ18.3124.7611.4-
YUV128.3100.74114.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.64%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=32.64%
G=43.62%
B=23.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110147800.2500.460.4293.1329.5244.51
Hex6E93501902E2A5d1e2d
Octal15622312031056521353655
Binary1101110100100111010000110010101110101010101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,147,80); }

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

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

 a { background-color: rgb(110,147,80); }

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

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

 span { border-color: rgb(110,147,80); }

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