Html Css Color HEX #707216 Olivetone

📋 copy color: '#707216'

red 112 ◦ green 114 ◦ blue 22

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

Shades of Olivetone #707216

Tints of Olivetone #707216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.97%

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

R = 45.16%
G = 45.97%
B = 8.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#707216 (or 0x707216) is known color: Olivetone. HEX triplet: 70, 72 and 16. RGB value is (112,114,22). Sum of RGB (Red+Green+Blue) = 112+114+22=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #707216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707216 is #8F8DE9. Grayscale: #676767. Windows color (decimal): -9407978 or 1471088. OLE color: 1471088.

HSL color Cylindrical-coordinate representation of color #707216: hue angle of 61.3º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #707216 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 22 -
CMYK 0.02 0 0.81 0.55
HSL 61.3º 0.68% 0.27% -
HSV(B) 61.3º 0.81% 0.45% -
XYZ 12.84 15.54 3.08 -
YUV 102.91 82.34 134.48 -
System Red Green Blue C M Y K H S L
Decimal 112 114 22 0.02 0 0.81 0.55 61.3 0.68 0.27
Hex 70 72 16 2 0 51 37 3D 44 1B
Octal 160 162 26 2 0 121 67 75 104 33
Binary 1110000 1110010 10110 10 0 1010001 110111 111101 1000100 11011

Color Harmonies of #707216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707216

Black with #707216

Text Example


Text Example

White with #707216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707216; }

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

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

background-color css

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

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

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

border-color css

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

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

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