Html Css Color HEX #707416 Olivetone

📋 copy color: '#707416'

red 112 ◦ green 116 ◦ blue 22

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

Shades of Olivetone #707416

Tints of Olivetone #707416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.4%

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

R = 44.8%
G = 46.4%
B = 8.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#707416 (or 0x707416) is known color: Olivetone. HEX triplet: 70, 74 and 16. RGB value is (112,116,22). Sum of RGB (Red+Green+Blue) = 112+116+22=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #707416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707416 is #8F8BE9. Grayscale: #686868. Windows color (decimal): -9407466 or 1471600. OLE color: 1471600.

HSL color Cylindrical-coordinate representation of color #707416: hue angle of 62.55º 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 #707416 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 22 -
CMYK 0.03 0 0.81 0.55
HSL 62.55º 0.68% 0.27% -
HSV(B) 62.55º 0.81% 0.45% -
XYZ 13.07 15.99 3.16 -
YUV 104.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 112 116 22 0.03 0 0.81 0.55 62.55 0.68 0.27
Hex 70 74 16 3 0 51 37 3F 44 1B
Octal 160 164 26 3 0 121 67 77 104 33
Binary 1110000 1110100 10110 11 0 1010001 110111 111111 1000100 11011

Color Harmonies of #707416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707416

Black with #707416

Text Example


Text Example

White with #707416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707416; }

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

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

background-color css

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

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

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

border-color css

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

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

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