Html Css Color HEX #729279 Oxley

📋 copy color: '#729279'

red 114 ◦ green 146 ◦ blue 121

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

Shades of Oxley #729279

Tints of Oxley #729279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.32%

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

R = 29.92%
G = 38.32%
B = 31.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#729279 (or 0x729279) is known color: Oxley. HEX triplet: 72, 92 and 79. RGB value is (114,146,121). Sum of RGB (Red+Green+Blue) = 114+146+121=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #729279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729279 is #8D6D86. Grayscale: #858585. Windows color (decimal): -9268615 or 7967346. OLE color: 7967346.

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

Color convert

RGB 114 146 121 -
CMYK 0.22 0 0.17 0.43
HSL 133.13º 0.13% 0.51% -
HSV(B) 133.13º 0.22% 0.57% -
XYZ 20.67 25.52 21.92 -
YUV 133.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 114 146 121 0.22 0 0.17 0.43 133.13 0.13 0.51
Hex 72 92 79 16 0 11 2B 85 D 33
Octal 162 222 171 26 0 21 53 205 15 63
Binary 1110010 10010010 1111001 10110 0 10001 101011 10000101 1101 110011

Color Harmonies of #729279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729279

Black with #729279

Text Example


Text Example

White with #729279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729279; }

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

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

background-color css

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

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

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

border-color css

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

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

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