Html Css Color HEX #716B16 Olivetone

📋 copy color: '#716B16'

red 113 ◦ green 107 ◦ blue 22

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

Shades of Olivetone #716B16

Tints of Olivetone #716B16

RGB

 RED value IS 113 (44.53% from 255) = 46.69%

 GREEN value IS 107 (42.19% from 255) = 44.21%

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

R = 46.69%
G = 44.21%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#716B16 (or 0x716B16) is known color: Olivetone. HEX triplet: 71, 6B and 16. RGB value is (113,107,22). Sum of RGB (Red+Green+Blue) = 113+107+22=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #716B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716B16 is #8E94E9. Grayscale: #636363. Windows color (decimal): -9344234 or 1469297. OLE color: 1469297.

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

Color convert

RGB 113 107 22 -
CMYK 0 0.05 0.81 0.56
HSL 56.04º 0.67% 0.26% -
HSV(B) 56.04º 0.81% 0.44% -
XYZ 12.21 14.08 2.83 -
YUV 99.1 84.49 137.91 -
System Red Green Blue C M Y K H S L
Decimal 113 107 22 0 0.05 0.81 0.56 56.04 0.67 0.26
Hex 71 6B 16 0 5 51 38 38 43 1A
Octal 161 153 26 0 5 121 70 70 103 32
Binary 1110001 1101011 10110 0 101 1010001 111000 111000 1000011 11010

Color Harmonies of #716B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B16

Black with #716B16

Text Example


Text Example

White with #716B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716B16; }

 p { color: rgb(113,107,22); }

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

background-color css

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

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

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

border-color css

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

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

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