Html Css Color HEX #726D19 Olivetone

📋 copy color: '#726D19'

red 114 ◦ green 109 ◦ blue 25

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

Shades of Olivetone #726D19

Tints of Olivetone #726D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 45.97%
G = 43.95%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#726D19 (or 0x726D19) is known color: Olivetone. HEX triplet: 72, 6D and 19. RGB value is (114,109,25). Sum of RGB (Red+Green+Blue) = 114+109+25=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #726D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D19 is #8D92E6. Grayscale: #656565. Windows color (decimal): -9278183 or 1666418. OLE color: 1666418.

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

Color convert

RGB 114 109 25 -
CMYK 0 0.04 0.78 0.55
HSL 56.63º 0.64% 0.27% -
HSV(B) 56.63º 0.78% 0.45% -
XYZ 12.58 14.58 3.07 -
YUV 100.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 114 109 25 0 0.04 0.78 0.55 56.63 0.64 0.27
Hex 72 6D 19 0 4 4E 37 39 40 1B
Octal 162 155 31 0 4 116 67 71 100 33
Binary 1110010 1101101 11001 0 100 1001110 110111 111001 1000000 11011

Color Harmonies of #726D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D19

Black with #726D19

Text Example


Text Example

White with #726D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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