#70741B

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

Shades of Olivetone #70741B

Tints of Olivetone #70741B

Color information

#70741B (or 0x70741B) is unknown color: approx Olivetone. HEX triplet: 70, 74 and 1B. RGB value is (112,116,27). Sum of RGB (Red+Green+Blue) = 112+116+27=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #70741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70741B is #8F8BE4. Grayscale: #696969. Windows color (decimal): -9407461 or 1799280. OLE color: 1799280.

HSL color Cylindrical-coordinate representation of color #70741B: hue angle of 62.7º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70741B is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11211627-
CMYK0.0300.770.55
HSL62.7º62.24%28.04%-
HSV(B)62.7º76.72%45.49%-
XYZ13.1316.013.44-
YUV104.6684.17133.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 27 (10.94% from 255) = 10.59%
R=43.92%
G=45.49%
B=10.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116270.0300.770.5562.762.2428.04
Hex70741B304D373f3e1c
Octal160164333011567777634
Binary1110000111010011011110100110111011111111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70741B; }

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

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

<style>
 a { background-color: #70741B; }

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

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

<style>
 span { border-color: #70741B; }

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

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