#6E9253

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

Shades of Highland #6E9253

Tints of Highland #6E9253

Color information

#6E9253 (or 0x6E9253) is unknown color: approx Highland. HEX triplet: 6E, 92 and 53. RGB value is (110,146,83). Sum of RGB (Red+Green+Blue) = 110+146+83=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9253 is #916DAC. Grayscale: #808080. Windows color (decimal): -9530797 or 5476974. OLE color: 5476974.

HSL color Cylindrical-coordinate representation of color #6E9253: hue angle of 94.29º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E9253 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB11014683-
CMYK0.2500.430.43
HSL94.29º27.51%44.9%-
HSV(B)94.29º43.15%57.25%-
XYZ18.2724.511.95-
YUV128.05102.57115.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=32.45%
G=43.07%
B=24.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110146830.2500.430.4394.2927.5144.9
Hex6E92531902B2B5e1c2d
Octal15622212331053531363455
Binary1101110100100101010011110010101011101011101111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,146,83); }

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

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

 a { background-color: rgb(110,146,83); }

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

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

 span { border-color: rgb(110,146,83); }

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