Html Css Color HEX #707116 Olivetone

📋 copy color: '#707116'

red 112 ◦ green 113 ◦ blue 22

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

Shades of Olivetone #707116

Tints of Olivetone #707116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 45.34%
G = 45.75%
B = 8.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#707116 (or 0x707116) is known color: Olivetone. HEX triplet: 70, 71 and 16. RGB value is (112,113,22). Sum of RGB (Red+Green+Blue) = 112+113+22=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #707116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707116 is #8F8EE9. Grayscale: #666666. Windows color (decimal): -9408234 or 1470832. OLE color: 1470832.

HSL color Cylindrical-coordinate representation of color #707116: hue angle of 60.66º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #707116 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 22 -
CMYK 0.01 0 0.81 0.56
HSL 60.66º 0.67% 0.26% -
HSV(B) 60.66º 0.81% 0.44% -
XYZ 12.73 15.31 3.04 -
YUV 102.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 112 113 22 0.01 0 0.81 0.56 60.66 0.67 0.26
Hex 70 71 16 1 0 51 38 3D 43 1A
Octal 160 161 26 1 0 121 70 75 103 32
Binary 1110000 1110001 10110 1 0 1010001 111000 111101 1000011 11010

Color Harmonies of #707116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707116

Black with #707116

Text Example


Text Example

White with #707116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707116; }

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

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

background-color css

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

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

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

border-color css

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

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

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