Html Css Color HEX #727629 Olivetone

📋 copy color: '#727629'

red 114 ◦ green 118 ◦ blue 41

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

Shades of Olivetone #727629

Tints of Olivetone #727629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.22%

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

R = 41.76%
G = 43.22%
B = 15.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#727629 (or 0x727629) is known color: Olivetone. HEX triplet: 72, 76 and 29. RGB value is (114,118,41). Sum of RGB (Red+Green+Blue) = 114+118+41=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #727629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727629 is #8D89D6. Grayscale: #6C6C6C. Windows color (decimal): -9275863 or 2717298. OLE color: 2717298.

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

Color convert

RGB 114 118 41 -
CMYK 0.03 0 0.65 0.54
HSL 63.12º 0.48% 0.31% -
HSV(B) 63.12º 0.65% 0.46% -
XYZ 13.82 16.69 4.59 -
YUV 108.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 114 118 41 0.03 0 0.65 0.54 63.12 0.48 0.31
Hex 72 76 29 3 0 41 36 3F 30 1F
Octal 162 166 51 3 0 101 66 77 60 37
Binary 1110010 1110110 101001 11 0 1000001 110110 111111 110000 11111

Color Harmonies of #727629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727629

Black with #727629

Text Example


Text Example

White with #727629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727629; }

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

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

background-color css

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

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

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

border-color css

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

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

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