Html Css Color HEX #726519 Olivetone

📋 copy color: '#726519'

red 114 ◦ green 101 ◦ blue 25

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

Shades of Olivetone #726519

Tints of Olivetone #726519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

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

R = 47.5%
G = 42.08%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#726519 (or 0x726519) is known color: Olivetone. HEX triplet: 72, 65 and 19. RGB value is (114,101,25). Sum of RGB (Red+Green+Blue) = 114+101+25=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #726519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726519 is #8D9AE6. Grayscale: #606060. Windows color (decimal): -9280231 or 1664370. OLE color: 1664370.

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

Color convert

RGB 114 101 25 -
CMYK 0 0.11 0.78 0.55
HSL 51.24º 0.64% 0.27% -
HSV(B) 51.24º 0.78% 0.45% -
XYZ 11.77 12.95 2.8 -
YUV 96.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 114 101 25 0 0.11 0.78 0.55 51.24 0.64 0.27
Hex 72 65 19 0 B 4E 37 33 40 1B
Octal 162 145 31 0 13 116 67 63 100 33
Binary 1110010 1100101 11001 0 1011 1001110 110111 110011 1000000 11011

Color Harmonies of #726519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726519

Black with #726519

Text Example


Text Example

White with #726519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726519; }

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

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

background-color css

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

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

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

border-color css

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

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

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