Html Css Color HEX #707110 Olivetone

📋 copy color: '#707110'

red 112 ◦ green 113 ◦ blue 16

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

Shades of Olivetone #707110

Tints of Olivetone #707110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

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

R = 46.47%
G = 46.89%
B = 6.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#707110 (or 0x707110) is known color: Olivetone. HEX triplet: 70, 71 and 10. RGB value is (112,113,16). Sum of RGB (Red+Green+Blue) = 112+113+16=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #707110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707110 is #8F8EEF. Grayscale: #666666. Windows color (decimal): -9408240 or 1077616. OLE color: 1077616.

HSL color Cylindrical-coordinate representation of color #707110: hue angle of 60.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 #707110 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 16 -
CMYK 0.01 0 0.86 0.56
HSL 60.62º 0.75% 0.25% -
HSV(B) 60.62º 0.86% 0.44% -
XYZ 12.68 15.29 2.77 -
YUV 101.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 112 113 16 0.01 0 0.86 0.56 60.62 0.75 0.25
Hex 70 71 10 1 0 56 38 3D 4B 19
Octal 160 161 20 1 0 126 70 75 113 31
Binary 1110000 1110001 10000 1 0 1010110 111000 111101 1001011 11001

Color Harmonies of #707110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707110

Black with #707110

Text Example


Text Example

White with #707110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707110; }

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

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

background-color css

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

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

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

border-color css

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

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

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