Html Css Color HEX #729381 Oxley

📋 copy color: '#729381'

red 114 ◦ green 147 ◦ blue 129

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

Shades of Oxley #729381

Tints of Oxley #729381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 29.23%
G = 37.69%
B = 33.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#729381 (or 0x729381) is known color: Oxley. HEX triplet: 72, 93 and 81. RGB value is (114,147,129). Sum of RGB (Red+Green+Blue) = 114+147+129=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #729381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729381 is #8D6C7E. Grayscale: #878787. Windows color (decimal): -9268351 or 8491890. OLE color: 8491890.

HSL color Cylindrical-coordinate representation of color #729381: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729381 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 129 -
CMYK 0.22 0 0.12 0.42
HSL 147.27º 0.13% 0.51% -
HSV(B) 147.27º 0.22% 0.58% -
XYZ 21.34 26.03 24.67 -
YUV 135.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 114 147 129 0.22 0 0.12 0.42 147.27 0.13 0.51
Hex 72 93 81 16 0 C 2A 93 D 33
Octal 162 223 201 26 0 14 52 223 15 63
Binary 1110010 10010011 10000001 10110 0 1100 101010 10010011 1101 110011

Color Harmonies of #729381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729381

Black with #729381

Text Example


Text Example

White with #729381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729381; }

 p { color: rgb(114,147,129); }

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

background-color css

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

 a { background-color: rgb(114,147,129); }

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

border-color css

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

 span { border-color: rgb(114,147,129); }

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