#6E7226

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

Shades of Olivetone #6E7226

Tints of Olivetone #6E7226

Color information

#6E7226 (or 0x6E7226) is unknown color: approx Olivetone. HEX triplet: 6E, 72 and 26. RGB value is (110,114,38). Sum of RGB (Red+Green+Blue) = 110+114+38=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7226 is #918DD9. Grayscale: #686868. Windows color (decimal): -9539034 or 2519662. OLE color: 2519662.

HSL color Cylindrical-coordinate representation of color #6E7226: hue angle of 63.16º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E7226 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB11011438-
CMYK0.0400.670.55
HSL63.16º50%29.8%-
HSV(B)63.16º66.67%44.71%-
XYZ12.815.494.15-
YUV104.1490.67132.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.98%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 38 (15.23% from 255) = 14.50%
R=41.98%
G=43.51%
B=14.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110114380.0400.670.5563.165029.8
Hex6E72264043373f321e
Octal156162464010367776236
Binary110111011100101001101000100001111011111111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,114,38); }

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

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

 a { background-color: rgb(110,114,38); }

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

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

 span { border-color: rgb(110,114,38); }

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