Html Css Color HEX #70850A Olive

📋 copy color: '#70850A'

red 112 ◦ green 133 ◦ blue 10

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

Shades of Olive #70850A

Tints of Olive #70850A

RGB

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

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

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

R = 43.92%
G = 52.16%
B = 3.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#70850A (or 0x70850A) is known color: Olive. HEX triplet: 70, 85 and 0A. RGB value is (112,133,10). Sum of RGB (Red+Green+Blue) = 112+133+10=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #70850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70850A is #8F7AF5. Grayscale: #717171. Windows color (decimal): -9403126 or 689520. OLE color: 689520.

HSL color Cylindrical-coordinate representation of color #70850A: hue angle of 70.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70850A is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 10 -
CMYK 0.16 0 0.92 0.48
HSL 70.24º 0.86% 0.28% -
HSV(B) 70.24º 0.92% 0.52% -
XYZ 15.12 20.24 3.4 -
YUV 112.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 112 133 10 0.16 0 0.92 0.48 70.24 0.86 0.28
Hex 70 85 A 10 0 5C 30 46 56 1C
Octal 160 205 12 20 0 134 60 106 126 34
Binary 1110000 10000101 1010 10000 0 1011100 110000 1000110 1010110 11100

Color Harmonies of #70850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70850A

Black with #70850A

Text Example


Text Example

White with #70850A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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