Html Css Color HEX #707114 Olivetone

📋 copy color: '#707114'

red 112 ◦ green 113 ◦ blue 20

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

Shades of Olivetone #707114

Tints of Olivetone #707114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 45.71%
G = 46.12%
B = 8.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#707114 (or 0x707114) is known color: Olivetone. HEX triplet: 70, 71 and 14. RGB value is (112,113,20). Sum of RGB (Red+Green+Blue) = 112+113+20=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #707114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707114 is #8F8EEB. Grayscale: #666666. Windows color (decimal): -9408236 or 1339760. OLE color: 1339760.

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

Color convert

RGB 112 113 20 -
CMYK 0.01 0 0.82 0.56
HSL 60.65º 0.7% 0.26% -
HSV(B) 60.65º 0.82% 0.44% -
XYZ 12.71 15.31 2.95 -
YUV 102.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 112 113 20 0.01 0 0.82 0.56 60.65 0.7 0.26
Hex 70 71 14 1 0 52 38 3D 46 1A
Octal 160 161 24 1 0 122 70 75 106 32
Binary 1110000 1110001 10100 1 0 1010010 111000 111101 1000110 11010

Color Harmonies of #707114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707114

Black with #707114

Text Example


Text Example

White with #707114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707114; }

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

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

background-color css

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

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

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

border-color css

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

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

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