Html Css Color HEX #729681 Oxley

📋 copy color: '#729681'

red 114 ◦ green 150 ◦ blue 129

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

Shades of Oxley #729681

Tints of Oxley #729681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

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

R = 29.01%
G = 38.17%
B = 32.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#729681 (or 0x729681) is known color: Oxley. HEX triplet: 72, 96 and 81. RGB value is (114,150,129). Sum of RGB (Red+Green+Blue) = 114+150+129=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #729681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729681 is #8D697E. Grayscale: #888888. Windows color (decimal): -9267583 or 8492658. OLE color: 8492658.

HSL color Cylindrical-coordinate representation of color #729681: hue angle of 145º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729681 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 129 -
CMYK 0.24 0 0.14 0.41
HSL 145º 0.15% 0.52% -
HSV(B) 145º 0.24% 0.59% -
XYZ 21.81 26.98 24.83 -
YUV 136.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 114 150 129 0.24 0 0.14 0.41 145 0.15 0.52
Hex 72 96 81 18 0 E 29 91 F 34
Octal 162 226 201 30 0 16 51 221 17 64
Binary 1110010 10010110 10000001 11000 0 1110 101001 10010001 1111 110100

Color Harmonies of #729681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729681

Black with #729681

Text Example


Text Example

White with #729681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729681; }

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

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

background-color css

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

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

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

border-color css

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

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

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