Html Css Color HEX #726D16 Olivetone

📋 copy color: '#726D16'

red 114 ◦ green 109 ◦ blue 22

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

Shades of Olivetone #726D16

Tints of Olivetone #726D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 46.53%
G = 44.49%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#726D16 (or 0x726D16) is known color: Olivetone. HEX triplet: 72, 6D and 16. RGB value is (114,109,22). Sum of RGB (Red+Green+Blue) = 114+109+22=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #726D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D16 is #8D92E9. Grayscale: #646464. Windows color (decimal): -9278186 or 1469810. OLE color: 1469810.

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

Color convert

RGB 114 109 22 -
CMYK 0 0.04 0.81 0.55
HSL 56.74º 0.68% 0.27% -
HSV(B) 56.74º 0.81% 0.45% -
XYZ 12.55 14.57 2.91 -
YUV 100.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 114 109 22 0 0.04 0.81 0.55 56.74 0.68 0.27
Hex 72 6D 16 0 4 51 37 39 44 1B
Octal 162 155 26 0 4 121 67 71 104 33
Binary 1110010 1101101 10110 0 100 1010001 110111 111001 1000100 11011

Color Harmonies of #726D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D16

Black with #726D16

Text Example


Text Example

White with #726D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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