Html Css Color HEX #729D80 Oxley

📋 copy color: '#729D80'

red 114 ◦ green 157 ◦ blue 128

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

Shades of Oxley #729D80

Tints of Oxley #729D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.35%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 28.57%
G = 39.35%
B = 32.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#729D80 (or 0x729D80) is known color: Oxley. HEX triplet: 72, 9D and 80. RGB value is (114,157,128). Sum of RGB (Red+Green+Blue) = 114+157+128=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #729D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729D80 is #8D627F. Grayscale: #8C8C8C. Windows color (decimal): -9265792 or 8428914. OLE color: 8428914.

HSL color Cylindrical-coordinate representation of color #729D80: hue angle of 139.53º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729D80 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 157 128 -
CMYK 0.27 0 0.18 0.38
HSL 139.53º 0.18% 0.53% -
HSV(B) 139.53º 0.27% 0.62% -
XYZ 22.89 29.25 24.86 -
YUV 140.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 114 157 128 0.27 0 0.18 0.38 139.53 0.18 0.53
Hex 72 9D 80 1B 0 12 26 8C 12 35
Octal 162 235 200 33 0 22 46 214 22 65
Binary 1110010 10011101 10000000 11011 0 10010 100110 10001100 10010 110101

Color Harmonies of #729D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729D80

Black with #729D80

Text Example


Text Example

White with #729D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,157,128); }

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

background-color css

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

 a { background-color: rgb(114,157,128); }

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

border-color css

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

 span { border-color: rgb(114,157,128); }

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