Html Css Color HEX #706E0C Olive

📋 copy color: '#706E0C'

red 112 ◦ green 110 ◦ blue 12

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

Shades of Olive #706E0C

Tints of Olive #706E0C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.01%

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

R = 47.86%
G = 47.01%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#706E0C (or 0x706E0C) is known color: Olive. HEX triplet: 70, 6E and 0C. RGB value is (112,110,12). Sum of RGB (Red+Green+Blue) = 112+110+12=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E0C is #8F91F3. Grayscale: #636363. Windows color (decimal): -9409012 or 814704. OLE color: 814704.

HSL color Cylindrical-coordinate representation of color #706E0C: hue angle of 58.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #706E0C is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 110 12 -
CMYK 0 0.02 0.89 0.56
HSL 58.8º 0.81% 0.24% -
HSV(B) 58.8º 0.89% 0.44% -
XYZ 12.32 14.62 2.52 -
YUV 99.43 78.66 136.97 -
System Red Green Blue C M Y K H S L
Decimal 112 110 12 0 0.02 0.89 0.56 58.8 0.81 0.24
Hex 70 6E C 0 2 59 38 3B 51 18
Octal 160 156 14 0 2 131 70 73 121 30
Binary 1110000 1101110 1100 0 10 1011001 111000 111011 1010001 11000

Color Harmonies of #706E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E0C

Black with #706E0C

Text Example


Text Example

White with #706E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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