Html Css Color HEX #70820D Olive

📋 copy color: '#70820D'

red 112 ◦ green 130 ◦ blue 13

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

Shades of Olive #70820D

Tints of Olive #70820D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 43.92%
G = 50.98%
B = 5.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#70820D (or 0x70820D) is known color: Olive. HEX triplet: 70, 82 and 0D. RGB value is (112,130,13). Sum of RGB (Red+Green+Blue) = 112+130+13=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #70820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70820D is #8F7DF2. Grayscale: #6F6F6F. Windows color (decimal): -9403891 or 885360. OLE color: 885360.

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

Color convert

RGB 112 130 13 -
CMYK 0.14 0 0.9 0.49
HSL 69.23º 0.82% 0.28% -
HSV(B) 69.23º 0.9% 0.51% -
XYZ 14.74 19.44 3.36 -
YUV 111.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 112 130 13 0.14 0 0.9 0.49 69.23 0.82 0.28
Hex 70 82 D E 0 5A 31 45 52 1C
Octal 160 202 15 16 0 132 61 105 122 34
Binary 1110000 10000010 1101 1110 0 1011010 110001 1000101 1010010 11100

Color Harmonies of #70820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70820D

Black with #70820D

Text Example


Text Example

White with #70820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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