Html Css Color HEX #727520 Olivetone

📋 copy color: '#727520'

red 114 ◦ green 117 ◦ blue 32

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

Shades of Olivetone #727520

Tints of Olivetone #727520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.49%

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

R = 43.35%
G = 44.49%
B = 12.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#727520 (or 0x727520) is known color: Olivetone. HEX triplet: 72, 75 and 20. RGB value is (114,117,32). Sum of RGB (Red+Green+Blue) = 114+117+32=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #727520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727520 is #8D8ADF. Grayscale: #6A6A6A. Windows color (decimal): -9276128 or 2127218. OLE color: 2127218.

HSL color Cylindrical-coordinate representation of color #727520: hue angle of 62.12º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #727520 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 117 32 -
CMYK 0.03 0 0.73 0.54
HSL 62.12º 0.57% 0.29% -
HSV(B) 62.12º 0.73% 0.46% -
XYZ 13.56 16.4 3.82 -
YUV 106.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 114 117 32 0.03 0 0.73 0.54 62.12 0.57 0.29
Hex 72 75 20 3 0 49 36 3E 39 1D
Octal 162 165 40 3 0 111 66 76 71 35
Binary 1110010 1110101 100000 11 0 1001001 110110 111110 111001 11101

Color Harmonies of #727520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727520

Black with #727520

Text Example


Text Example

White with #727520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727520; }

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

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

background-color css

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

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

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

border-color css

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

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

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