Html Css Color HEX #70741F Olivetone

📋 copy color: '#70741F'

red 112 ◦ green 116 ◦ blue 31

#70741F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #70741F

Tints of Olivetone #70741F

RGB

 RED value IS 112 (44.14% from 255) = 43.24%

 GREEN value IS 116 (45.7% from 255) = 44.79%

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 43.24%
G = 44.79%
B = 11.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#70741F (or 0x70741F) is known color: Olivetone. HEX triplet: 70, 74 and 1F. RGB value is (112,116,31). Sum of RGB (Red+Green+Blue) = 112+116+31=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #70741F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70741F is #8F8BE0. Grayscale: #696969. Windows color (decimal): -9407457 or 2061424. OLE color: 2061424.

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

Color convert

RGB 112 116 31 -
CMYK 0.03 0 0.73 0.55
HSL 62.82º 0.58% 0.29% -
HSV(B) 62.82º 0.73% 0.45% -
XYZ 13.17 16.03 3.7 -
YUV 105.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 112 116 31 0.03 0 0.73 0.55 62.82 0.58 0.29
Hex 70 74 1F 3 0 49 37 3F 3A 1D
Octal 160 164 37 3 0 111 67 77 72 35
Binary 1110000 1110100 11111 11 0 1001001 110111 111111 111010 11101

Color Harmonies of #70741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70741F

Black with #70741F

Text Example


Text Example

White with #70741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70741F;
 }
 .AnyTagClassName
 {
   color: #70741F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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