Html Css Color HEX #707014 Olivetone

📋 copy color: '#707014'

red 112 ◦ green 112 ◦ blue 20

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

Shades of Olivetone #707014

Tints of Olivetone #707014

RGB

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

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

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

R = 45.9%
G = 45.9%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#707014 (or 0x707014) is known color: Olivetone. HEX triplet: 70, 70 and 14. RGB value is (112,112,20). Sum of RGB (Red+Green+Blue) = 112+112+20=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707014 is #8F8FEB. Grayscale: #656565. Windows color (decimal): -9408492 or 1339504. OLE color: 1339504.

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

Color convert

RGB 112 112 20 -
CMYK 0 0 0.82 0.56
HSL 60º 0.7% 0.26% -
HSV(B) 60º 0.82% 0.44% -
XYZ 12.6 15.08 2.91 -
YUV 101.51 82 135.48 -
System Red Green Blue C M Y K H S L
Decimal 112 112 20 0 0 0.82 0.56 60 0.7 0.26
Hex 70 70 14 0 0 52 38 3C 46 1A
Octal 160 160 24 0 0 122 70 74 106 32
Binary 1110000 1110000 10100 0 0 1010010 111000 111100 1000110 11010

Color Harmonies of #707014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707014

Black with #707014

Text Example


Text Example

White with #707014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707014; }

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

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

background-color css

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

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

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

border-color css

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

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

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