Html Css Color HEX #716C0E Olivetone

📋 copy color: '#716C0E'

red 113 ◦ green 108 ◦ blue 14

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

Shades of Olivetone #716C0E

Tints of Olivetone #716C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.96%

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 48.09%
G = 45.96%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#716C0E (or 0x716C0E) is known color: Olivetone. HEX triplet: 71, 6C and 0E. RGB value is (113,108,14). Sum of RGB (Red+Green+Blue) = 113+108+14=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #716C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C0E is #8E93F1. Grayscale: #636363. Windows color (decimal): -9343986 or 945265. OLE color: 945265.

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

Color convert

RGB 113 108 14 -
CMYK 0 0.04 0.88 0.56
HSL 56.97º 0.78% 0.25% -
HSV(B) 56.97º 0.88% 0.44% -
XYZ 12.25 14.27 2.52 -
YUV 98.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 113 108 14 0 0.04 0.88 0.56 56.97 0.78 0.25
Hex 71 6C E 0 4 58 38 39 4E 19
Octal 161 154 16 0 4 130 70 71 116 31
Binary 1110001 1101100 1110 0 100 1011000 111000 111001 1001110 11001

Color Harmonies of #716C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C0E

Black with #716C0E

Text Example


Text Example

White with #716C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,108,14); }

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

background-color css

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

 a { background-color: rgb(113,108,14); }

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

border-color css

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

 span { border-color: rgb(113,108,14); }

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