Html Css Color HEX #70721A Olivetone

📋 copy color: '#70721A'

red 112 ◦ green 114 ◦ blue 26

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

Shades of Olivetone #70721A

Tints of Olivetone #70721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 44.44%
G = 45.24%
B = 10.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#70721A (or 0x70721A) is known color: Olivetone. HEX triplet: 70, 72 and 1A. RGB value is (112,114,26). Sum of RGB (Red+Green+Blue) = 112+114+26=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #70721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70721A is #8F8DE5. Grayscale: #676767. Windows color (decimal): -9407974 or 1733232. OLE color: 1733232.

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

Color convert

RGB 112 114 26 -
CMYK 0.02 0 0.77 0.55
HSL 61.36º 0.63% 0.27% -
HSV(B) 61.36º 0.77% 0.45% -
XYZ 12.89 15.55 3.3 -
YUV 103.37 84.34 134.16 -
System Red Green Blue C M Y K H S L
Decimal 112 114 26 0.02 0 0.77 0.55 61.36 0.63 0.27
Hex 70 72 1A 2 0 4D 37 3D 3F 1B
Octal 160 162 32 2 0 115 67 75 77 33
Binary 1110000 1110010 11010 10 0 1001101 110111 111101 111111 11011

Color Harmonies of #70721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70721A

Black with #70721A

Text Example


Text Example

White with #70721A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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