Html Css Color HEX #707016 Olivetone

📋 copy color: '#707016'

red 112 ◦ green 112 ◦ blue 22

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

Shades of Olivetone #707016

Tints of Olivetone #707016

RGB

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

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

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

R = 45.53%
G = 45.53%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#707016 (or 0x707016) is known color: Olivetone. HEX triplet: 70, 70 and 16. RGB value is (112,112,22). Sum of RGB (Red+Green+Blue) = 112+112+22=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707016 is #8F8FE9. Grayscale: #666666. Windows color (decimal): -9408490 or 1470576. OLE color: 1470576.

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

Color convert

RGB 112 112 22 -
CMYK 0 0 0.80 0.56
HSL 60º 0.67% 0.26% -
HSV(B) 60º 0.8% 0.44% -
XYZ 12.62 15.09 3.01 -
YUV 101.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 112 112 22 0 0 0.80 0.56 60 0.67 0.26
Hex 70 70 16 0 0 50 38 3C 43 1A
Octal 160 160 26 0 0 120 70 74 103 32
Binary 1110000 1110000 10110 0 0 1010000 111000 111100 1000011 11010

Color Harmonies of #707016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707016

Black with #707016

Text Example


Text Example

White with #707016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707016; }

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

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

background-color css

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

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

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

border-color css

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

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

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