Html Css Color HEX #716A0D Olivetone

📋 copy color: '#716A0D'

red 113 ◦ green 106 ◦ blue 13

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

Shades of Olivetone #716A0D

Tints of Olivetone #716A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 48.71%
G = 45.69%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#716A0D (or 0x716A0D) is known color: Olivetone. HEX triplet: 71, 6A and 0D. RGB value is (113,106,13). Sum of RGB (Red+Green+Blue) = 113+106+13=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #716A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A0D is #8E95F2. Grayscale: #616161. Windows color (decimal): -9344499 or 879217. OLE color: 879217.

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

Color convert

RGB 113 106 13 -
CMYK 0 0.06 0.88 0.56
HSL 55.8º 0.79% 0.25% -
HSV(B) 55.8º 0.88% 0.44% -
XYZ 12.04 13.85 2.42 -
YUV 97.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 113 106 13 0 0.06 0.88 0.56 55.8 0.79 0.25
Hex 71 6A D 0 6 58 38 38 4F 19
Octal 161 152 15 0 6 130 70 70 117 31
Binary 1110001 1101010 1101 0 110 1011000 111000 111000 1001111 11001

Color Harmonies of #716A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A0D

Black with #716A0D

Text Example


Text Example

White with #716A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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