Html Css Color HEX #726D12 Olivetone

📋 copy color: '#726D12'

red 114 ◦ green 109 ◦ blue 18

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

Shades of Olivetone #726D12

Tints of Olivetone #726D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 47.3%
G = 45.23%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#726D12 (or 0x726D12) is known color: Olivetone. HEX triplet: 72, 6D and 12. RGB value is (114,109,18). Sum of RGB (Red+Green+Blue) = 114+109+18=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #726D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D12 is #8D92ED. Grayscale: #646464. Windows color (decimal): -9278190 or 1207666. OLE color: 1207666.

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

Color convert

RGB 114 109 18 -
CMYK 0 0.04 0.84 0.55
HSL 56.88º 0.73% 0.26% -
HSV(B) 56.88º 0.84% 0.45% -
XYZ 12.52 14.56 2.72 -
YUV 100.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 114 109 18 0 0.04 0.84 0.55 56.88 0.73 0.26
Hex 72 6D 12 0 4 54 37 39 49 1A
Octal 162 155 22 0 4 124 67 71 111 32
Binary 1110010 1101101 10010 0 100 1010100 110111 111001 1001001 11010

Color Harmonies of #726D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D12

Black with #726D12

Text Example


Text Example

White with #726D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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