Html Css Color HEX #729E7D Oxley

📋 copy color: '#729E7D'

red 114 ◦ green 158 ◦ blue 125

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

Shades of Oxley #729E7D

Tints of Oxley #729E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.8%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 28.72%
G = 39.8%
B = 31.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#729E7D (or 0x729E7D) is known color: Oxley. HEX triplet: 72, 9E and 7D. RGB value is (114,158,125). Sum of RGB (Red+Green+Blue) = 114+158+125=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #729E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E7D is #8D6182. Grayscale: #8D8D8D. Windows color (decimal): -9265539 or 8232562. OLE color: 8232562.

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

Color convert

RGB 114 158 125 -
CMYK 0.28 0 0.21 0.38
HSL 135º 0.18% 0.53% -
HSV(B) 135º 0.28% 0.62% -
XYZ 22.87 29.51 23.89 -
YUV 141.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 114 158 125 0.28 0 0.21 0.38 135 0.18 0.53
Hex 72 9E 7D 1C 0 15 26 87 12 35
Octal 162 236 175 34 0 25 46 207 22 65
Binary 1110010 10011110 1111101 11100 0 10101 100110 10000111 10010 110101

Color Harmonies of #729E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729E7D

Black with #729E7D

Text Example


Text Example

White with #729E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,158,125); }

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

background-color css

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

 a { background-color: rgb(114,158,125); }

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

border-color css

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

 span { border-color: rgb(114,158,125); }

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