#6E701B

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

Shades of Olivetone #6E701B

Tints of Olivetone #6E701B

Color information

#6E701B (or 0x6E701B) is unknown color: approx Olivetone. HEX triplet: 6E, 70 and 1B. RGB value is (110,112,27). Sum of RGB (Red+Green+Blue) = 110+112+27=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #6E701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E701B is #918FE4. Grayscale: #666666. Windows color (decimal): -9539557 or 1798254. OLE color: 1798254.

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

Color convert

RGB11011227-
CMYK0.0200.760.56
HSL61.41º61.15%27.25%-
HSV(B)61.41º75.89%43.92%-
XYZ12.4214.983.27-
YUV101.7185.84133.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.18%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 27 (10.94% from 255) = 10.84%
R=44.18%
G=44.98%
B=10.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110112270.0200.760.5661.4161.1527.25
Hex6E701B204C383d3d1b
Octal156160332011470757533
Binary1101110111000011011100100110011100011110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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