Html Css Color HEX #726D0E Olivetone

📋 copy color: '#726D0E'

red 114 ◦ green 109 ◦ blue 14

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

Shades of Olivetone #726D0E

Tints of Olivetone #726D0E

RGB

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

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

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

R = 48.1%
G = 45.99%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#726D0E (or 0x726D0E) is known color: Olivetone. HEX triplet: 72, 6D and 0E. RGB value is (114,109,14). Sum of RGB (Red+Green+Blue) = 114+109+14=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #726D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D0E is #8D92F1. Grayscale: #646464. Windows color (decimal): -9278194 or 945522. OLE color: 945522.

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

Color convert

RGB 114 109 14 -
CMYK 0 0.04 0.88 0.55
HSL 57º 0.78% 0.25% -
HSV(B) 57º 0.88% 0.45% -
XYZ 12.49 14.55 2.57 -
YUV 99.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 114 109 14 0 0.04 0.88 0.55 57 0.78 0.25
Hex 72 6D E 0 4 58 37 39 4E 19
Octal 162 155 16 0 4 130 67 71 116 31
Binary 1110010 1101101 1110 0 100 1011000 110111 111001 1001110 11001

Color Harmonies of #726D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D0E

Black with #726D0E

Text Example


Text Example

White with #726D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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