Html Css Color HEX #729379 Oxley

📋 copy color: '#729379'

red 114 ◦ green 147 ◦ blue 121

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

Shades of Oxley #729379

Tints of Oxley #729379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.48%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 29.84%
G = 38.48%
B = 31.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#729379 (or 0x729379) is known color: Oxley. HEX triplet: 72, 93 and 79. RGB value is (114,147,121). Sum of RGB (Red+Green+Blue) = 114+147+121=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #729379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729379 is #8D6C86. Grayscale: #868686. Windows color (decimal): -9268359 or 7967602. OLE color: 7967602.

HSL color Cylindrical-coordinate representation of color #729379: hue angle of 132.73º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729379 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 121 -
CMYK 0.22 0 0.18 0.42
HSL 132.73º 0.13% 0.51% -
HSV(B) 132.73º 0.22% 0.58% -
XYZ 20.82 25.83 21.98 -
YUV 134.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 114 147 121 0.22 0 0.18 0.42 132.73 0.13 0.51
Hex 72 93 79 16 0 12 2A 85 D 33
Octal 162 223 171 26 0 22 52 205 15 63
Binary 1110010 10010011 1111001 10110 0 10010 101010 10000101 1101 110011

Color Harmonies of #729379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729379

Black with #729379

Text Example


Text Example

White with #729379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729379; }

 p { color: rgb(114,147,121); }

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

background-color css

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

 a { background-color: rgb(114,147,121); }

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

border-color css

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

 span { border-color: rgb(114,147,121); }

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