Html Css Color HEX #729579 Oxley

📋 copy color: '#729579'

red 114 ◦ green 149 ◦ blue 121

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

Shades of Oxley #729579

Tints of Oxley #729579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

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

R = 29.69%
G = 38.8%
B = 31.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#729579 (or 0x729579) is known color: Oxley. HEX triplet: 72, 95 and 79. RGB value is (114,149,121). Sum of RGB (Red+Green+Blue) = 114+149+121=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #729579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729579 is #8D6A86. Grayscale: #878787. Windows color (decimal): -9267847 or 7968114. OLE color: 7968114.

HSL color Cylindrical-coordinate representation of color #729579: hue angle of 132º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729579 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 121 -
CMYK 0.23 0 0.19 0.42
HSL 132º 0.14% 0.52% -
HSV(B) 132º 0.23% 0.58% -
XYZ 21.14 26.45 22.08 -
YUV 135.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 114 149 121 0.23 0 0.19 0.42 132 0.14 0.52
Hex 72 95 79 17 0 13 2A 84 E 34
Octal 162 225 171 27 0 23 52 204 16 64
Binary 1110010 10010101 1111001 10111 0 10011 101010 10000100 1110 110100

Color Harmonies of #729579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729579

Black with #729579

Text Example


Text Example

White with #729579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729579; }

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

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

background-color css

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

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

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

border-color css

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

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

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