Html Css Color HEX #706D0B Olive

📋 copy color: '#706D0B'

red 112 ◦ green 109 ◦ blue 11

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

Shades of Olive #706D0B

Tints of Olive #706D0B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.98%

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

R = 48.28%
G = 46.98%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#706D0B (or 0x706D0B) is known color: Olive. HEX triplet: 70, 6D and 0B. RGB value is (112,109,11). Sum of RGB (Red+Green+Blue) = 112+109+11=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D0B is #8F92F4. Grayscale: #636363. Windows color (decimal): -9409269 or 748912. OLE color: 748912.

HSL color Cylindrical-coordinate representation of color #706D0B: hue angle of 58.22º 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 #706D0B is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 109 11 -
CMYK 0 0.03 0.90 0.56
HSL 58.22º 0.82% 0.24% -
HSV(B) 58.22º 0.9% 0.44% -
XYZ 12.21 14.41 2.45 -
YUV 98.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 112 109 11 0 0.03 0.90 0.56 58.22 0.82 0.24
Hex 70 6D B 0 3 5A 38 3A 52 18
Octal 160 155 13 0 3 132 70 72 122 30
Binary 1110000 1101101 1011 0 11 1011010 111000 111010 1010010 11000

Color Harmonies of #706D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D0B

Black with #706D0B

Text Example


Text Example

White with #706D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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