Html Css Color HEX #729178 Oxley

📋 copy color: '#729178'

red 114 ◦ green 145 ◦ blue 120

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

Shades of Oxley #729178

Tints of Oxley #729178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

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

R = 30.08%
G = 38.26%
B = 31.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#729178 (or 0x729178) is known color: Oxley. HEX triplet: 72, 91 and 78. RGB value is (114,145,120). Sum of RGB (Red+Green+Blue) = 114+145+120=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #729178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729178 is #8D6E87. Grayscale: #848484. Windows color (decimal): -9268872 or 7901554. OLE color: 7901554.

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

Color convert

RGB 114 145 120 -
CMYK 0.21 0 0.17 0.43
HSL 131.61º 0.12% 0.51% -
HSV(B) 131.61º 0.21% 0.57% -
XYZ 20.46 25.18 21.55 -
YUV 132.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 114 145 120 0.21 0 0.17 0.43 131.61 0.12 0.51
Hex 72 91 78 15 0 11 2B 84 C 33
Octal 162 221 170 25 0 21 53 204 14 63
Binary 1110010 10010001 1111000 10101 0 10001 101011 10000100 1100 110011

Color Harmonies of #729178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729178

Black with #729178

Text Example


Text Example

White with #729178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729178; }

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

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

background-color css

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

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

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

border-color css

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

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

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