Html Css Color HEX #727328 Olivetone

📋 copy color: '#727328'

red 114 ◦ green 115 ◦ blue 40

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

Shades of Olivetone #727328

Tints of Olivetone #727328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 42.38%
G = 42.75%
B = 14.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#727328 (or 0x727328) is known color: Olivetone. HEX triplet: 72, 73 and 28. RGB value is (114,115,40). Sum of RGB (Red+Green+Blue) = 114+115+40=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #727328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727328 is #8D8CD7. Grayscale: #6A6A6A. Windows color (decimal): -9276632 or 2650994. OLE color: 2650994.

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

Color convert

RGB 114 115 40 -
CMYK 0.01 0 0.65 0.55
HSL 60.8º 0.48% 0.3% -
HSV(B) 60.8º 0.65% 0.45% -
XYZ 13.45 15.99 4.39 -
YUV 106.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 114 115 40 0.01 0 0.65 0.55 60.8 0.48 0.3
Hex 72 73 28 1 0 41 37 3D 30 1E
Octal 162 163 50 1 0 101 67 75 60 36
Binary 1110010 1110011 101000 1 0 1000001 110111 111101 110000 11110

Color Harmonies of #727328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727328

Black with #727328

Text Example


Text Example

White with #727328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727328; }

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

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

background-color css

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

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

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

border-color css

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

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

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