Html Css Color HEX #716D14 Olivetone

📋 copy color: '#716D14'

red 113 ◦ green 109 ◦ blue 20

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

Shades of Olivetone #716D14

Tints of Olivetone #716D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 46.69%
G = 45.04%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#716D14 (or 0x716D14) is known color: Olivetone. HEX triplet: 71, 6D and 14. RGB value is (113,109,20). Sum of RGB (Red+Green+Blue) = 113+109+20=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #716D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716D14 is #8E92EB. Grayscale: #646464. Windows color (decimal): -9343724 or 1338737. OLE color: 1338737.

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

Color convert

RGB 113 109 20 -
CMYK 0 0.04 0.82 0.56
HSL 57.42º 0.7% 0.26% -
HSV(B) 57.42º 0.82% 0.44% -
XYZ 12.4 14.5 2.81 -
YUV 100.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 113 109 20 0 0.04 0.82 0.56 57.42 0.7 0.26
Hex 71 6D 14 0 4 52 38 39 46 1A
Octal 161 155 24 0 4 122 70 71 106 32
Binary 1110001 1101101 10100 0 100 1010010 111000 111001 1000110 11010

Color Harmonies of #716D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D14

Black with #716D14

Text Example


Text Example

White with #716D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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