Html Css Color HEX #727720 Olivetone

📋 copy color: '#727720'

red 114 ◦ green 119 ◦ blue 32

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

Shades of Olivetone #727720

Tints of Olivetone #727720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.91%

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

R = 43.02%
G = 44.91%
B = 12.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#727720 (or 0x727720) is known color: Olivetone. HEX triplet: 72, 77 and 20. RGB value is (114,119,32). Sum of RGB (Red+Green+Blue) = 114+119+32=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #727720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727720 is #8D88DF. Grayscale: #6B6B6B. Windows color (decimal): -9275616 or 2127730. OLE color: 2127730.

HSL color Cylindrical-coordinate representation of color #727720: hue angle of 63.45º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #727720 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 32 -
CMYK 0.04 0 0.73 0.53
HSL 63.45º 0.58% 0.3% -
HSV(B) 63.45º 0.73% 0.47% -
XYZ 13.8 16.88 3.9 -
YUV 107.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 114 119 32 0.04 0 0.73 0.53 63.45 0.58 0.3
Hex 72 77 20 4 0 49 35 3F 3A 1E
Octal 162 167 40 4 0 111 65 77 72 36
Binary 1110010 1110111 100000 100 0 1001001 110101 111111 111010 11110

Color Harmonies of #727720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727720

Black with #727720

Text Example


Text Example

White with #727720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727720; }

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

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

background-color css

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

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

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

border-color css

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

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

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