Html Css Color HEX #70731F Olivetone

📋 copy color: '#70731F'

red 112 ◦ green 115 ◦ blue 31

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

Shades of Olivetone #70731F

Tints of Olivetone #70731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.57%

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

R = 43.41%
G = 44.57%
B = 12.02%

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

#70731F (or 0x70731F) is known color: Olivetone. HEX triplet: 70, 73 and 1F. RGB value is (112,115,31). Sum of RGB (Red+Green+Blue) = 112+115+31=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #70731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70731F is #8F8CE0. Grayscale: #686868. Windows color (decimal): -9407713 or 2061168. OLE color: 2061168.

HSL color Cylindrical-coordinate representation of color #70731F: hue angle of 62.14º 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 #70731F is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 31 -
CMYK 0.03 0 0.73 0.55
HSL 62.14º 0.58% 0.29% -
HSV(B) 62.14º 0.73% 0.45% -
XYZ 13.06 15.81 3.66 -
YUV 104.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 112 115 31 0.03 0 0.73 0.55 62.14 0.58 0.29
Hex 70 73 1F 3 0 49 37 3E 3A 1D
Octal 160 163 37 3 0 111 67 76 72 35
Binary 1110000 1110011 11111 11 0 1001001 110111 111110 111010 11101

Color Harmonies of #70731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70731F

Black with #70731F

Text Example


Text Example

White with #70731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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