Html Css Color HEX #729E78 Oxley

📋 copy color: '#729E78'

red 114 ◦ green 158 ◦ blue 120

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

Shades of Oxley #729E78

Tints of Oxley #729E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.61%

R = 29.08%
G = 40.31%
B = 30.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#729E78 (or 0x729E78) is known color: Oxley. HEX triplet: 72, 9E and 78. RGB value is (114,158,120). Sum of RGB (Red+Green+Blue) = 114+158+120=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #729E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E78 is #8D6187. Grayscale: #8C8C8C. Windows color (decimal): -9265544 or 7904882. OLE color: 7904882.

HSL color Cylindrical-coordinate representation of color #729E78: hue angle of 128.18º 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 #729E78 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 158 120 -
CMYK 0.28 0 0.24 0.38
HSL 128.18º 0.18% 0.53% -
HSV(B) 128.18º 0.28% 0.62% -
XYZ 22.56 29.39 22.25 -
YUV 140.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 114 158 120 0.28 0 0.24 0.38 128.18 0.18 0.53
Hex 72 9E 78 1C 0 18 26 80 12 35
Octal 162 236 170 34 0 30 46 200 22 65
Binary 1110010 10011110 1111000 11100 0 11000 100110 10000000 10010 110101

Color Harmonies of #729E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729E78

Black with #729E78

Text Example


Text Example

White with #729E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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