Html Css Color HEX #70890B Olive

📋 copy color: '#70890B'

red 112 ◦ green 137 ◦ blue 11

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

Shades of Olive #70890B

Tints of Olive #70890B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.69%

 BLUE value IS 11 (4.69% from 255) = 4.23%

R = 43.08%
G = 52.69%
B = 4.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#70890B (or 0x70890B) is known color: Olive. HEX triplet: 70, 89 and 0B. RGB value is (112,137,11). Sum of RGB (Red+Green+Blue) = 112+137+11=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #70890B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70890B is #8F76F4. Grayscale: #737373. Windows color (decimal): -9402101 or 756080. OLE color: 756080.

HSL color Cylindrical-coordinate representation of color #70890B: hue angle of 71.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70890B is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 11 -
CMYK 0.18 0 0.92 0.46
HSL 71.9º 0.85% 0.29% -
HSV(B) 71.9º 0.92% 0.54% -
XYZ 15.69 21.36 3.61 -
YUV 115.16 69.22 125.75 -
System Red Green Blue C M Y K H S L
Decimal 112 137 11 0.18 0 0.92 0.46 71.9 0.85 0.29
Hex 70 89 B 12 0 5C 2E 48 55 1D
Octal 160 211 13 22 0 134 56 110 125 35
Binary 1110000 10001001 1011 10010 0 1011100 101110 1001000 1010101 11101

Color Harmonies of #70890B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70890B

Black with #70890B

Text Example


Text Example

White with #70890B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70890B; }

 p { color: rgb(112,137,11); }

 H1.HeaderClassName
 {
   color: #70890B;
 }
 .AnyTagClassName
 {
   color: #70890B;
 }
</style>

background-color css

<style>
 a { background-color: #70890B; }

 a { background-color: rgb(112,137,11); }

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

border-color css

<style>
 span { border-color: #70890B; }

 span { border-color: rgb(112,137,11); }

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