Html Css Color HEX #70820A Olive

📋 copy color: '#70820A'

red 112 ◦ green 130 ◦ blue 10

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

Shades of Olive #70820A

Tints of Olive #70820A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.59%

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

R = 44.44%
G = 51.59%
B = 3.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#70820A (or 0x70820A) is known color: Olive. HEX triplet: 70, 82 and 0A. RGB value is (112,130,10). Sum of RGB (Red+Green+Blue) = 112+130+10=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #70820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70820A is #8F7DF5. Grayscale: #6F6F6F. Windows color (decimal): -9403894 or 688752. OLE color: 688752.

HSL color Cylindrical-coordinate representation of color #70820A: hue angle of 69º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70820A is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 10 -
CMYK 0.14 0 0.92 0.49
HSL 69º 0.86% 0.27% -
HSV(B) 69º 0.92% 0.51% -
XYZ 14.72 19.43 3.26 -
YUV 110.94 71.04 128.76 -
System Red Green Blue C M Y K H S L
Decimal 112 130 10 0.14 0 0.92 0.49 69 0.86 0.27
Hex 70 82 A E 0 5C 31 45 56 1B
Octal 160 202 12 16 0 134 61 105 126 33
Binary 1110000 10000010 1010 1110 0 1011100 110001 1000101 1010110 11011

Color Harmonies of #70820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70820A

Black with #70820A

Text Example


Text Example

White with #70820A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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