Html Css Color HEX #729078 Oxley

📋 copy color: '#729078'

red 114 ◦ green 144 ◦ blue 120

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

Shades of Oxley #729078

Tints of Oxley #729078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

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

R = 30.16%
G = 38.1%
B = 31.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#729078 (or 0x729078) is known color: Oxley. HEX triplet: 72, 90 and 78. RGB value is (114,144,120). Sum of RGB (Red+Green+Blue) = 114+144+120=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #729078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729078 is #8D6F87. Grayscale: #848484. Windows color (decimal): -9269128 or 7901298. OLE color: 7901298.

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

Color convert

RGB 114 144 120 -
CMYK 0.21 0 0.17 0.44
HSL 132º 0.12% 0.51% -
HSV(B) 132º 0.21% 0.56% -
XYZ 20.3 24.88 21.5 -
YUV 132.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 114 144 120 0.21 0 0.17 0.44 132 0.12 0.51
Hex 72 90 78 15 0 11 2C 84 C 33
Octal 162 220 170 25 0 21 54 204 14 63
Binary 1110010 10010000 1111000 10101 0 10001 101100 10000100 1100 110011

Color Harmonies of #729078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729078

Black with #729078

Text Example


Text Example

White with #729078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729078; }

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

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

background-color css

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

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

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

border-color css

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

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

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