Html Css Color HEX #716C0D Olivetone

📋 copy color: '#716C0D'

red 113 ◦ green 108 ◦ blue 13

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

Shades of Olivetone #716C0D

Tints of Olivetone #716C0D

RGB

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

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

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

R = 48.29%
G = 46.15%
B = 5.56%

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

#716C0D (or 0x716C0D) is known color: Olivetone. HEX triplet: 71, 6C and 0D. RGB value is (113,108,13). Sum of RGB (Red+Green+Blue) = 113+108+13=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #716C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C0D is #8E93F2. Grayscale: #636363. Windows color (decimal): -9343987 or 879729. OLE color: 879729.

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

Color convert

RGB 113 108 13 -
CMYK 0 0.04 0.88 0.56
HSL 57º 0.79% 0.25% -
HSV(B) 57º 0.88% 0.44% -
XYZ 12.25 14.26 2.49 -
YUV 98.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 113 108 13 0 0.04 0.88 0.56 57 0.79 0.25
Hex 71 6C D 0 4 58 38 39 4F 19
Octal 161 154 15 0 4 130 70 71 117 31
Binary 1110001 1101100 1101 0 100 1011000 111000 111001 1001111 11001

Color Harmonies of #716C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C0D

Black with #716C0D

Text Example


Text Example

White with #716C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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