Html Css Color HEX #70840D Olive

📋 copy color: '#70840D'

red 112 ◦ green 132 ◦ blue 13

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

Shades of Olive #70840D

Tints of Olive #70840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.36%

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

R = 43.58%
G = 51.36%
B = 5.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#70840D (or 0x70840D) is known color: Olive. HEX triplet: 70, 84 and 0D. RGB value is (112,132,13). Sum of RGB (Red+Green+Blue) = 112+132+13=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #70840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70840D is #8F7BF2. Grayscale: #707070. Windows color (decimal): -9403379 or 885872. OLE color: 885872.

HSL color Cylindrical-coordinate representation of color #70840D: hue angle of 70.08º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70840D is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 13 -
CMYK 0.15 0 0.90 0.48
HSL 70.08º 0.82% 0.28% -
HSV(B) 70.08º 0.9% 0.52% -
XYZ 15.01 19.98 3.45 -
YUV 112.45 71.87 127.68 -
System Red Green Blue C M Y K H S L
Decimal 112 132 13 0.15 0 0.90 0.48 70.08 0.82 0.28
Hex 70 84 D F 0 5A 30 46 52 1C
Octal 160 204 15 17 0 132 60 106 122 34
Binary 1110000 10000100 1101 1111 0 1011010 110000 1000110 1010010 11100

Color Harmonies of #70840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70840D

Black with #70840D

Text Example


Text Example

White with #70840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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