Html Css Color HEX #716F10 Olivetone

📋 copy color: '#716F10'

red 113 ◦ green 111 ◦ blue 16

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

Shades of Olivetone #716F10

Tints of Olivetone #716F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.25%

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

R = 47.08%
G = 46.25%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#716F10 (or 0x716F10) is known color: Olivetone. HEX triplet: 71, 6F and 10. RGB value is (113,111,16). Sum of RGB (Red+Green+Blue) = 113+111+16=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #716F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716F10 is #8E90EF. Grayscale: #656565. Windows color (decimal): -9343216 or 1077105. OLE color: 1077105.

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

Color convert

RGB 113 111 16 -
CMYK 0 0.02 0.86 0.56
HSL 58.76º 0.75% 0.25% -
HSV(B) 58.76º 0.86% 0.44% -
XYZ 12.59 14.92 2.71 -
YUV 100.77 80.16 136.72 -
System Red Green Blue C M Y K H S L
Decimal 113 111 16 0 0.02 0.86 0.56 58.76 0.75 0.25
Hex 71 6F 10 0 2 56 38 3B 4B 19
Octal 161 157 20 0 2 126 70 73 113 31
Binary 1110001 1101111 10000 0 10 1010110 111000 111011 1001011 11001

Color Harmonies of #716F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F10

Black with #716F10

Text Example


Text Example

White with #716F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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