Html Css Color HEX #727724 Olivetone

📋 copy color: '#727724'

red 114 ◦ green 119 ◦ blue 36

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

Shades of Olivetone #727724

Tints of Olivetone #727724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 42.38%
G = 44.24%
B = 13.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#727724 (or 0x727724) is known color: Olivetone. HEX triplet: 72, 77 and 24. RGB value is (114,119,36). Sum of RGB (Red+Green+Blue) = 114+119+36=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #727724 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727724 is #8D88DB. Grayscale: #6C6C6C. Windows color (decimal): -9275612 or 2389874. OLE color: 2389874.

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

Color convert

RGB 114 119 36 -
CMYK 0.04 0 0.70 0.53
HSL 63.61º 0.54% 0.3% -
HSV(B) 63.61º 0.7% 0.47% -
XYZ 13.85 16.9 4.2 -
YUV 108.04 87.34 132.25 -
System Red Green Blue C M Y K H S L
Decimal 114 119 36 0.04 0 0.70 0.53 63.61 0.54 0.3
Hex 72 77 24 4 0 46 35 40 36 1E
Octal 162 167 44 4 0 106 65 100 66 36
Binary 1110010 1110111 100100 100 0 1000110 110101 1000000 110110 11110

Color Harmonies of #727724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727724

Black with #727724

Text Example


Text Example

White with #727724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727724; }

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

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

background-color css

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

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

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

border-color css

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

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

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