Html Css Color HEX #70721D Olivetone

📋 copy color: '#70721D'

red 112 ◦ green 114 ◦ blue 29

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

Shades of Olivetone #70721D

Tints of Olivetone #70721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 43.92%
G = 44.71%
B = 11.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#70721D (or 0x70721D) is known color: Olivetone. HEX triplet: 70, 72 and 1D. RGB value is (112,114,29). Sum of RGB (Red+Green+Blue) = 112+114+29=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #70721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70721D is #8F8DE2. Grayscale: #686868. Windows color (decimal): -9407971 or 1929840. OLE color: 1929840.

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

Color convert

RGB 112 114 29 -
CMYK 0.02 0 0.75 0.55
HSL 61.41º 0.59% 0.28% -
HSV(B) 61.41º 0.75% 0.45% -
XYZ 12.92 15.57 3.49 -
YUV 103.71 85.84 133.91 -
System Red Green Blue C M Y K H S L
Decimal 112 114 29 0.02 0 0.75 0.55 61.41 0.59 0.28
Hex 70 72 1D 2 0 4B 37 3D 3B 1C
Octal 160 162 35 2 0 113 67 75 73 34
Binary 1110000 1110010 11101 10 0 1001011 110111 111101 111011 11100

Color Harmonies of #70721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70721D

Black with #70721D

Text Example


Text Example

White with #70721D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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