Html Css Color HEX #706F0B Olive

📋 copy color: '#706F0B'

red 112 ◦ green 111 ◦ blue 11

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

Shades of Olive #706F0B

Tints of Olive #706F0B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.44%

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

R = 47.86%
G = 47.44%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#706F0B (or 0x706F0B) is known color: Olive. HEX triplet: 70, 6F and 0B. RGB value is (112,111,11). Sum of RGB (Red+Green+Blue) = 112+111+11=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F0B is #8F90F4. Grayscale: #646464. Windows color (decimal): -9408757 or 749424. OLE color: 749424.

HSL color Cylindrical-coordinate representation of color #706F0B: hue angle of 59.41º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #706F0B is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 111 11 -
CMYK 0 0.01 0.90 0.56
HSL 59.41º 0.82% 0.24% -
HSV(B) 59.41º 0.9% 0.44% -
XYZ 12.43 14.84 2.53 -
YUV 99.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 112 111 11 0 0.01 0.90 0.56 59.41 0.82 0.24
Hex 70 6F B 0 1 5A 38 3B 52 18
Octal 160 157 13 0 1 132 70 73 122 30
Binary 1110000 1101111 1011 0 1 1011010 111000 111011 1010010 11000

Color Harmonies of #706F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F0B

Black with #706F0B

Text Example


Text Example

White with #706F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706F0B; }

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

 H1.HeaderClassName
 {
   color: #706F0B;
 }
 .AnyTagClassName
 {
   color: #706F0B;
 }
</style>

background-color css

<style>
 a { background-color: #706F0B; }

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

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

border-color css

<style>
 span { border-color: #706F0B; }

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

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