#6E7130

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

Shades of Olivetone #6E7130

Tints of Olivetone #6E7130

Color information

#6E7130 (or 0x6E7130) is unknown color: approx Olivetone. HEX triplet: 6E, 71 and 30. RGB value is (110,113,48). Sum of RGB (Red+Green+Blue) = 110+113+48=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7130 is #918ECF. Grayscale: #686868. Windows color (decimal): -9539280 or 3174766. OLE color: 3174766.

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

Color convert

RGB11011348-
CMYK0.0300.580.56
HSL62.77º40.37%31.57%-
HSV(B)62.77º57.52%44.31%-
XYZ12.8715.345.08-
YUV104.6996.01131.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.59%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 48 (19.14% from 255) = 17.71%
R=40.59%
G=41.70%
B=17.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113480.0300.580.5662.7740.3731.57
Hex6E7130303A383f2820
Octal15616160307270775040
Binary11011101110001110000110111010111000111111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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