Html Css Color HEX #726D0D Olivetone

📋 copy color: '#726D0D'

red 114 ◦ green 109 ◦ blue 13

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

Shades of Olivetone #726D0D

Tints of Olivetone #726D0D

RGB

 RED value IS 114 (44.92% from 255) = 48.31%

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

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

R = 48.31%
G = 46.19%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#726D0D (or 0x726D0D) is known color: Olivetone. HEX triplet: 72, 6D and 0D. RGB value is (114,109,13). Sum of RGB (Red+Green+Blue) = 114+109+13=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #726D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D0D is #8D92F2. Grayscale: #636363. Windows color (decimal): -9278195 or 879986. OLE color: 879986.

HSL color Cylindrical-coordinate representation of color #726D0D: hue angle of 57.03º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #726D0D is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 109 13 -
CMYK 0 0.04 0.89 0.55
HSL 57.03º 0.8% 0.25% -
HSV(B) 57.03º 0.89% 0.45% -
XYZ 12.48 14.54 2.53 -
YUV 99.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 114 109 13 0 0.04 0.89 0.55 57.03 0.8 0.25
Hex 72 6D D 0 4 59 37 39 50 19
Octal 162 155 15 0 4 131 67 71 120 31
Binary 1110010 1101101 1101 0 100 1011001 110111 111001 1010000 11001

Color Harmonies of #726D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D0D

Black with #726D0D

Text Example


Text Example

White with #726D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726D0D; }

 p { color: rgb(114,109,13); }

 H1.HeaderClassName
 {
   color: #726D0D;
 }
 .AnyTagClassName
 {
   color: #726D0D;
 }
</style>

background-color css

<style>
 a { background-color: #726D0D; }

 a { background-color: rgb(114,109,13); }

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

border-color css

<style>
 span { border-color: #726D0D; }

 span { border-color: rgb(114,109,13); }

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