Html Css Color HEX #727429 Olivetone

📋 copy color: '#727429'

red 114 ◦ green 116 ◦ blue 41

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

Shades of Olivetone #727429

Tints of Olivetone #727429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

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

R = 42.07%
G = 42.8%
B = 15.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#727429 (or 0x727429) is known color: Olivetone. HEX triplet: 72, 74 and 29. RGB value is (114,116,41). Sum of RGB (Red+Green+Blue) = 114+116+41=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #727429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727429 is #8D8BD6. Grayscale: #6B6B6B. Windows color (decimal): -9276375 or 2716786. OLE color: 2716786.

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

Color convert

RGB 114 116 41 -
CMYK 0.02 0 0.65 0.55
HSL 61.6º 0.48% 0.31% -
HSV(B) 61.6º 0.65% 0.45% -
XYZ 13.59 16.23 4.51 -
YUV 106.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 114 116 41 0.02 0 0.65 0.55 61.6 0.48 0.31
Hex 72 74 29 2 0 41 37 3E 30 1F
Octal 162 164 51 2 0 101 67 76 60 37
Binary 1110010 1110100 101001 10 0 1000001 110111 111110 110000 11111

Color Harmonies of #727429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727429

Black with #727429

Text Example


Text Example

White with #727429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727429; }

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

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

background-color css

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

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

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

border-color css

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

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

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