Html Css Color HEX #729582 Oxley

📋 copy color: '#729582'

red 114 ◦ green 149 ◦ blue 130

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

Shades of Oxley #729582

Tints of Oxley #729582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 29.01%
G = 37.91%
B = 33.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#729582 (or 0x729582) is known color: Oxley. HEX triplet: 72, 95 and 82. RGB value is (114,149,130). Sum of RGB (Red+Green+Blue) = 114+149+130=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #729582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729582 is #8D6A7D. Grayscale: #888888. Windows color (decimal): -9267838 or 8557938. OLE color: 8557938.

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

Color convert

RGB 114 149 130 -
CMYK 0.23 0 0.13 0.42
HSL 147.43º 0.14% 0.52% -
HSV(B) 147.43º 0.23% 0.58% -
XYZ 21.72 26.68 25.13 -
YUV 136.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 114 149 130 0.23 0 0.13 0.42 147.43 0.14 0.52
Hex 72 95 82 17 0 D 2A 93 E 34
Octal 162 225 202 27 0 15 52 223 16 64
Binary 1110010 10010101 10000010 10111 0 1101 101010 10010011 1110 110100

Color Harmonies of #729582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729582

Black with #729582

Text Example


Text Example

White with #729582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729582; }

 p { color: rgb(114,149,130); }

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

background-color css

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

 a { background-color: rgb(114,149,130); }

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

border-color css

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

 span { border-color: rgb(114,149,130); }

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