Html Css Color HEX #706910 Olivetone

📋 copy color: '#706910'

red 112 ◦ green 105 ◦ blue 16

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

Shades of Olivetone #706910

Tints of Olivetone #706910

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.06%

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 48.07%
G = 45.06%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#706910 (or 0x706910) is known color: Olivetone. HEX triplet: 70, 69 and 10. RGB value is (112,105,16). Sum of RGB (Red+Green+Blue) = 112+105+16=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706910 is #8F96EF. Grayscale: #616161. Windows color (decimal): -9410288 or 1075568. OLE color: 1075568.

HSL color Cylindrical-coordinate representation of color #706910: hue angle of 55.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #706910 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 16 -
CMYK 0 0.06 0.86 0.56
HSL 55.63º 0.75% 0.25% -
HSV(B) 55.63º 0.86% 0.44% -
XYZ 11.83 13.59 2.49 -
YUV 96.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 112 105 16 0 0.06 0.86 0.56 55.63 0.75 0.25
Hex 70 69 10 0 6 56 38 38 4B 19
Octal 160 151 20 0 6 126 70 70 113 31
Binary 1110000 1101001 10000 0 110 1010110 111000 111000 1001011 11001

Color Harmonies of #706910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706910

Black with #706910

Text Example


Text Example

White with #706910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706910; }

 p { color: rgb(112,105,16); }

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

background-color css

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

 a { background-color: rgb(112,105,16); }

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

border-color css

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

 span { border-color: rgb(112,105,16); }

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