Html Css Color HEX #70850C Olive

📋 copy color: '#70850C'

red 112 ◦ green 133 ◦ blue 12

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

Shades of Olive #70850C

Tints of Olive #70850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

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

R = 43.58%
G = 51.75%
B = 4.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#70850C (or 0x70850C) is known color: Olive. HEX triplet: 70, 85 and 0C. RGB value is (112,133,12). Sum of RGB (Red+Green+Blue) = 112+133+12=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #70850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70850C is #8F7AF3. Grayscale: #717171. Windows color (decimal): -9403124 or 820592. OLE color: 820592.

HSL color Cylindrical-coordinate representation of color #70850C: hue angle of 70.41º 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 #70850C is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 12 -
CMYK 0.16 0 0.91 0.48
HSL 70.41º 0.83% 0.28% -
HSV(B) 70.41º 0.91% 0.52% -
XYZ 15.14 20.25 3.46 -
YUV 112.93 71.04 127.34 -
System Red Green Blue C M Y K H S L
Decimal 112 133 12 0.16 0 0.91 0.48 70.41 0.83 0.28
Hex 70 85 C 10 0 5B 30 46 53 1C
Octal 160 205 14 20 0 133 60 106 123 34
Binary 1110000 10000101 1100 10000 0 1011011 110000 1000110 1010011 11100

Color Harmonies of #70850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70850C

Black with #70850C

Text Example


Text Example

White with #70850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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