Html Css Color HEX #70721F Olivetone

📋 copy color: '#70721F'

red 112 ◦ green 114 ◦ blue 31

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

Shades of Olivetone #70721F

Tints of Olivetone #70721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.36%

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

R = 43.58%
G = 44.36%
B = 12.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#70721F (or 0x70721F) is known color: Olivetone. HEX triplet: 70, 72 and 1F. RGB value is (112,114,31). Sum of RGB (Red+Green+Blue) = 112+114+31=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #70721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70721F is #8F8DE0. Grayscale: #686868. Windows color (decimal): -9407969 or 2060912. OLE color: 2060912.

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

Color convert

RGB 112 114 31 -
CMYK 0.02 0 0.73 0.55
HSL 61.45º 0.57% 0.28% -
HSV(B) 61.45º 0.73% 0.45% -
XYZ 12.95 15.58 3.62 -
YUV 103.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 112 114 31 0.02 0 0.73 0.55 61.45 0.57 0.28
Hex 70 72 1F 2 0 49 37 3D 39 1C
Octal 160 162 37 2 0 111 67 75 71 34
Binary 1110000 1110010 11111 10 0 1001001 110111 111101 111001 11100

Color Harmonies of #70721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70721F

Black with #70721F

Text Example


Text Example

White with #70721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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