#6E7138

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

Shades of Olivetone #6E7138

Tints of Olivetone #6E7138

Color information

#6E7138 (or 0x6E7138) is unknown color: approx Olivetone. HEX triplet: 6E, 71 and 38. RGB value is (110,113,56). Sum of RGB (Red+Green+Blue) = 110+113+56=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7138 is #918EC7. Grayscale: #696969. Windows color (decimal): -9539272 or 3699054. OLE color: 3699054.

HSL color Cylindrical-coordinate representation of color #6E7138: hue angle of 63.16º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E7138 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB11011356-
CMYK0.0300.500.56
HSL63.16º33.73%33.14%-
HSV(B)63.16º50.44%44.31%-
XYZ13.0515.416.03-
YUV105.6100.01131.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.43%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=39.43%
G=40.50%
B=20.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113560.0300.500.5663.1633.7333.14
Hex6E71383032383f2221
Octal15616170306270774241
Binary11011101110001111000110110010111000111111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,113,56); }

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

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

 a { background-color: rgb(110,113,56); }

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

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

 span { border-color: rgb(110,113,56); }

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