Html Css Color HEX #707113 Olivetone

📋 copy color: '#707113'

red 112 ◦ green 113 ◦ blue 19

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

Shades of Olivetone #707113

Tints of Olivetone #707113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.79%

R = 45.9%
G = 46.31%
B = 7.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#707113 (or 0x707113) is known color: Olivetone. HEX triplet: 70, 71 and 13. RGB value is (112,113,19). Sum of RGB (Red+Green+Blue) = 112+113+19=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #707113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707113 is #8F8EEC. Grayscale: #666666. Windows color (decimal): -9408237 or 1274224. OLE color: 1274224.

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

Color convert

RGB 112 113 19 -
CMYK 0.01 0 0.83 0.56
HSL 60.64º 0.71% 0.26% -
HSV(B) 60.64º 0.83% 0.44% -
XYZ 12.7 15.3 2.9 -
YUV 101.99 81.17 135.14 -
System Red Green Blue C M Y K H S L
Decimal 112 113 19 0.01 0 0.83 0.56 60.64 0.71 0.26
Hex 70 71 13 1 0 53 38 3D 47 1A
Octal 160 161 23 1 0 123 70 75 107 32
Binary 1110000 1110001 10011 1 0 1010011 111000 111101 1000111 11010

Color Harmonies of #707113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707113

Black with #707113

Text Example


Text Example

White with #707113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707113; }

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

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

background-color css

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

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

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

border-color css

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

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

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