Html Css Color HEX #70840C Olive

📋 copy color: '#70840C'

red 112 ◦ green 132 ◦ blue 12

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

Shades of Olive #70840C

Tints of Olive #70840C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 43.75%
G = 51.56%
B = 4.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#70840C (or 0x70840C) is known color: Olive. HEX triplet: 70, 84 and 0C. RGB value is (112,132,12). Sum of RGB (Red+Green+Blue) = 112+132+12=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #70840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70840C is #8F7BF3. Grayscale: #707070. Windows color (decimal): -9403380 or 820336. OLE color: 820336.

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

Color convert

RGB 112 132 12 -
CMYK 0.15 0 0.91 0.48
HSL 70º 0.83% 0.28% -
HSV(B) 70º 0.91% 0.52% -
XYZ 15 19.97 3.41 -
YUV 112.34 71.37 127.76 -
System Red Green Blue C M Y K H S L
Decimal 112 132 12 0.15 0 0.91 0.48 70 0.83 0.28
Hex 70 84 C F 0 5B 30 46 53 1C
Octal 160 204 14 17 0 133 60 106 123 34
Binary 1110000 10000100 1100 1111 0 1011011 110000 1000110 1010011 11100

Color Harmonies of #70840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70840C

Black with #70840C

Text Example


Text Example

White with #70840C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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