Html Css Color HEX #726B20 Olivetone

📋 copy color: '#726B20'

red 114 ◦ green 107 ◦ blue 32

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

Shades of Olivetone #726B20

Tints of Olivetone #726B20

RGB

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

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

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

R = 45.06%
G = 42.29%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#726B20 (or 0x726B20) is known color: Olivetone. HEX triplet: 72, 6B and 20. RGB value is (114,107,32). Sum of RGB (Red+Green+Blue) = 114+107+32=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #726B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B20 is #8D94DF. Grayscale: #646464. Windows color (decimal): -9278688 or 2124658. OLE color: 2124658.

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

Color convert

RGB 114 107 32 -
CMYK 0 0.06 0.72 0.55
HSL 54.88º 0.56% 0.29% -
HSV(B) 54.88º 0.72% 0.45% -
XYZ 12.46 14.2 3.45 -
YUV 100.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 114 107 32 0 0.06 0.72 0.55 54.88 0.56 0.29
Hex 72 6B 20 0 6 48 37 37 38 1D
Octal 162 153 40 0 6 110 67 67 70 35
Binary 1110010 1101011 100000 0 110 1001000 110111 110111 111000 11101

Color Harmonies of #726B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B20

Black with #726B20

Text Example


Text Example

White with #726B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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