Html Css Color HEX #716A10 Olivetone

📋 copy color: '#716A10'

red 113 ◦ green 106 ◦ blue 16

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

Shades of Olivetone #716A10

Tints of Olivetone #716A10

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.11%

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

R = 48.09%
G = 45.11%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#716A10 (or 0x716A10) is known color: Olivetone. HEX triplet: 71, 6A and 10. RGB value is (113,106,16). Sum of RGB (Red+Green+Blue) = 113+106+16=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #716A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A10 is #8E95EF. Grayscale: #626262. Windows color (decimal): -9344496 or 1075825. OLE color: 1075825.

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

Color convert

RGB 113 106 16 -
CMYK 0 0.06 0.86 0.56
HSL 55.67º 0.75% 0.25% -
HSV(B) 55.67º 0.86% 0.44% -
XYZ 12.06 13.86 2.53 -
YUV 97.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 113 106 16 0 0.06 0.86 0.56 55.67 0.75 0.25
Hex 71 6A 10 0 6 56 38 38 4B 19
Octal 161 152 20 0 6 126 70 70 113 31
Binary 1110001 1101010 10000 0 110 1010110 111000 111000 1001011 11001

Color Harmonies of #716A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A10

Black with #716A10

Text Example


Text Example

White with #716A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,106,16); }

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

background-color css

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

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

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

border-color css

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

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

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