Html Css Color HEX #727329 Olivetone

📋 copy color: '#727329'

red 114 ◦ green 115 ◦ blue 41

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

Shades of Olivetone #727329

Tints of Olivetone #727329

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.59%

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 42.22%
G = 42.59%
B = 15.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#727329 (or 0x727329) is known color: Olivetone. HEX triplet: 72, 73 and 29. RGB value is (114,115,41). Sum of RGB (Red+Green+Blue) = 114+115+41=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #727329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727329 is #8D8CD6. Grayscale: #6A6A6A. Windows color (decimal): -9276631 or 2716530. OLE color: 2716530.

HSL color Cylindrical-coordinate representation of color #727329: hue angle of 60.81º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #727329 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 115 41 -
CMYK 0.01 0 0.64 0.55
HSL 60.81º 0.47% 0.31% -
HSV(B) 60.81º 0.64% 0.45% -
XYZ 13.47 16 4.48 -
YUV 106.27 91.17 133.52 -
System Red Green Blue C M Y K H S L
Decimal 114 115 41 0.01 0 0.64 0.55 60.81 0.47 0.31
Hex 72 73 29 1 0 40 37 3D 2F 1F
Octal 162 163 51 1 0 100 67 75 57 37
Binary 1110010 1110011 101001 1 0 1000000 110111 111101 101111 11111

Color Harmonies of #727329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727329

Black with #727329

Text Example


Text Example

White with #727329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727329; }

 p { color: rgb(114,115,41); }

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

background-color css

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

 a { background-color: rgb(114,115,41); }

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

border-color css

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

 span { border-color: rgb(114,115,41); }

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