Html Css Color HEX #726820 Olivetone

📋 copy color: '#726820'

red 114 ◦ green 104 ◦ blue 32

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

Shades of Olivetone #726820

Tints of Olivetone #726820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.6%

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 45.6%
G = 41.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#726820 (or 0x726820) is known color: Olivetone. HEX triplet: 72, 68 and 20. RGB value is (114,104,32). Sum of RGB (Red+Green+Blue) = 114+104+32=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #726820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726820 is #8D97DF. Grayscale: #636363. Windows color (decimal): -9279456 or 2123890. OLE color: 2123890.

HSL color Cylindrical-coordinate representation of color #726820: hue angle of 52.68º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #726820 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 32 -
CMYK 0 0.09 0.72 0.55
HSL 52.68º 0.56% 0.29% -
HSV(B) 52.68º 0.72% 0.45% -
XYZ 12.15 13.58 3.35 -
YUV 98.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 114 104 32 0 0.09 0.72 0.55 52.68 0.56 0.29
Hex 72 68 20 0 9 48 37 35 38 1D
Octal 162 150 40 0 11 110 67 65 70 35
Binary 1110010 1101000 100000 0 1001 1001000 110111 110101 111000 11101

Color Harmonies of #726820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726820

Black with #726820

Text Example


Text Example

White with #726820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726820; }

 p { color: rgb(114,104,32); }

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

background-color css

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

 a { background-color: rgb(114,104,32); }

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

border-color css

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

 span { border-color: rgb(114,104,32); }

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