Html Css Color HEX #729A79 Oxley

📋 copy color: '#729A79'

red 114 ◦ green 154 ◦ blue 121

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

Shades of Oxley #729A79

Tints of Oxley #729A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.59%

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

R = 29.31%
G = 39.59%
B = 31.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#729A79 (or 0x729A79) is known color: Oxley. HEX triplet: 72, 9A and 79. RGB value is (114,154,121). Sum of RGB (Red+Green+Blue) = 114+154+121=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 154 - color contains mainly: green. Hex color #729A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A79 is #8D6586. Grayscale: #8A8A8A. Windows color (decimal): -9266567 or 7969394. OLE color: 7969394.

HSL color Cylindrical-coordinate representation of color #729A79: hue angle of 130.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729A79 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 121 -
CMYK 0.26 0 0.21 0.40
HSL 130.5º 0.17% 0.53% -
HSV(B) 130.5º 0.26% 0.6% -
XYZ 21.95 28.07 22.35 -
YUV 138.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 114 154 121 0.26 0 0.21 0.40 130.5 0.17 0.53
Hex 72 9A 79 1A 0 15 28 82 11 35
Octal 162 232 171 32 0 25 50 202 21 65
Binary 1110010 10011010 1111001 11010 0 10101 101000 10000010 10001 110101

Color Harmonies of #729A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A79

Black with #729A79

Text Example


Text Example

White with #729A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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