Html Css Color HEX #716D0F Olivetone

📋 copy color: '#716D0F'

red 113 ◦ green 109 ◦ blue 15

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

Shades of Olivetone #716D0F

Tints of Olivetone #716D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.99%

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 47.68%
G = 45.99%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#716D0F (or 0x716D0F) is known color: Olivetone. HEX triplet: 71, 6D and 0F. RGB value is (113,109,15). Sum of RGB (Red+Green+Blue) = 113+109+15=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #716D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716D0F is #8E92F0. Grayscale: #636363. Windows color (decimal): -9343729 or 1011057. OLE color: 1011057.

HSL color Cylindrical-coordinate representation of color #716D0F: hue angle of 57.55º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #716D0F is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 109 15 -
CMYK 0 0.04 0.87 0.56
HSL 57.55º 0.77% 0.25% -
HSV(B) 57.55º 0.87% 0.44% -
XYZ 12.36 14.48 2.6 -
YUV 99.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 113 109 15 0 0.04 0.87 0.56 57.55 0.77 0.25
Hex 71 6D F 0 4 57 38 3A 4D 19
Octal 161 155 17 0 4 127 70 72 115 31
Binary 1110001 1101101 1111 0 100 1010111 111000 111010 1001101 11001

Color Harmonies of #716D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D0F

Black with #716D0F

Text Example


Text Example

White with #716D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,109,15); }

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

background-color css

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

 a { background-color: rgb(113,109,15); }

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

border-color css

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

 span { border-color: rgb(113,109,15); }

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