#6E701C

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

Shades of Olivetone #6E701C

Tints of Olivetone #6E701C

Color information

#6E701C (or 0x6E701C) is unknown color: approx Olivetone. HEX triplet: 6E, 70 and 1C. RGB value is (110,112,28). Sum of RGB (Red+Green+Blue) = 110+112+28=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #6E701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E701C is #918FE3. Grayscale: #666666. Windows color (decimal): -9539556 or 1863790. OLE color: 1863790.

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

Color convert

RGB11011228-
CMYK0.0200.750.56
HSL61.43º60%27.45%-
HSV(B)61.43º75%43.92%-
XYZ12.4314.993.34-
YUV101.8386.34133.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 28 (11.33% from 255) = 11.2%
R=44%
G=44.8%
B=11.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110112280.0200.750.5661.436027.45
Hex6E701C204B383d3c1b
Octal156160342011370757433
Binary1101110111000011100100100101111100011110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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