Html Css Color HEX #707010 Olivetone

📋 copy color: '#707010'

red 112 ◦ green 112 ◦ blue 16

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

Shades of Olivetone #707010

Tints of Olivetone #707010

RGB

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

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

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

R = 46.67%
G = 46.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#707010 (or 0x707010) is known color: Olivetone. HEX triplet: 70, 70 and 10. RGB value is (112,112,16). Sum of RGB (Red+Green+Blue) = 112+112+16=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707010 is #8F8FEF. Grayscale: #656565. Windows color (decimal): -9408496 or 1077360. OLE color: 1077360.

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

Color convert

RGB 112 112 16 -
CMYK 0 0 0.86 0.56
HSL 60º 0.75% 0.25% -
HSV(B) 60º 0.86% 0.44% -
XYZ 12.57 15.07 2.74 -
YUV 101.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 112 112 16 0 0 0.86 0.56 60 0.75 0.25
Hex 70 70 10 0 0 56 38 3C 4B 19
Octal 160 160 20 0 0 126 70 74 113 31
Binary 1110000 1110000 10000 0 0 1010110 111000 111100 1001011 11001

Color Harmonies of #707010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707010

Black with #707010

Text Example


Text Example

White with #707010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707010; }

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

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

background-color css

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

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

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

border-color css

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

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

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