Html Css Color HEX #726B19 Olivetone

📋 copy color: '#726B19'

red 114 ◦ green 107 ◦ blue 25

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

Shades of Olivetone #726B19

Tints of Olivetone #726B19

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.5%

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

R = 46.34%
G = 43.5%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#726B19 (or 0x726B19) is known color: Olivetone. HEX triplet: 72, 6B and 19. RGB value is (114,107,25). Sum of RGB (Red+Green+Blue) = 114+107+25=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #726B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726B19 is #8D94E6. Grayscale: #646464. Windows color (decimal): -9278695 or 1665906. OLE color: 1665906.

HSL color Cylindrical-coordinate representation of color #726B19: hue angle of 55.28º 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 #726B19 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 107 25 -
CMYK 0 0.06 0.78 0.55
HSL 55.28º 0.64% 0.27% -
HSV(B) 55.28º 0.78% 0.45% -
XYZ 12.37 14.16 3 -
YUV 99.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 114 107 25 0 0.06 0.78 0.55 55.28 0.64 0.27
Hex 72 6B 19 0 6 4E 37 37 40 1B
Octal 162 153 31 0 6 116 67 67 100 33
Binary 1110010 1101011 11001 0 110 1001110 110111 110111 1000000 11011

Color Harmonies of #726B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B19

Black with #726B19

Text Example


Text Example

White with #726B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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