#6E7027

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

Shades of Olivetone #6E7027

Tints of Olivetone #6E7027

Color information

#6E7027 (or 0x6E7027) is unknown color: approx Olivetone. HEX triplet: 6E, 70 and 27. RGB value is (110,112,39). Sum of RGB (Red+Green+Blue) = 110+112+39=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7027 is #918FD8. Grayscale: #676767. Windows color (decimal): -9539545 or 2584686. OLE color: 2584686.

HSL color Cylindrical-coordinate representation of color #6E7027: hue angle of 61.64º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E7027 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB11011239-
CMYK0.0200.650.56
HSL61.64º48.34%29.61%-
HSV(B)61.64º65.18%43.92%-
XYZ12.5915.054.16-
YUV103.0891.84132.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.15%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 39 (15.62% from 255) = 14.94%
R=42.15%
G=42.91%
B=14.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110112390.0200.650.5661.6448.3429.61
Hex6E70272041383e301e
Octal156160472010170766036
Binary11011101110000100111100100000111100011111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,112,39); }

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

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

 a { background-color: rgb(110,112,39); }

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

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

 span { border-color: rgb(110,112,39); }

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