Html Css Color HEX #70720A Olive

📋 copy color: '#70720A'

red 112 ◦ green 114 ◦ blue 10

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

Shades of Olive #70720A

Tints of Olive #70720A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 47.46%
G = 48.31%
B = 4.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#70720A (or 0x70720A) is known color: Olive. HEX triplet: 70, 72 and 0A. RGB value is (112,114,10). Sum of RGB (Red+Green+Blue) = 112+114+10=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #70720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70720A is #8F8DF5. Grayscale: #656565. Windows color (decimal): -9407990 or 684656. OLE color: 684656.

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

Color convert

RGB 112 114 10 -
CMYK 0.02 0 0.91 0.55
HSL 61.15º 0.84% 0.24% -
HSV(B) 61.15º 0.91% 0.45% -
XYZ 12.75 15.5 2.61 -
YUV 101.55 76.34 135.46 -
System Red Green Blue C M Y K H S L
Decimal 112 114 10 0.02 0 0.91 0.55 61.15 0.84 0.24
Hex 70 72 A 2 0 5B 37 3D 54 18
Octal 160 162 12 2 0 133 67 75 124 30
Binary 1110000 1110010 1010 10 0 1011011 110111 111101 1010100 11000

Color Harmonies of #70720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70720A

Black with #70720A

Text Example


Text Example

White with #70720A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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