Html Css Color HEX #739582 Oxley

📋 copy color: '#739582'

red 115 ◦ green 149 ◦ blue 130

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

Shades of Oxley #739582

Tints of Oxley #739582

RGB

 RED value IS 115 (45.31% from 255) = 29.19%

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

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

R = 29.19%
G = 37.82%
B = 32.99%

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

#739582 (or 0x739582) is known color: Oxley. HEX triplet: 73, 95 and 82. RGB value is (115,149,130). Sum of RGB (Red+Green+Blue) = 115+149+130=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #739582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739582 is #8C6A7D. Grayscale: #888888. Windows color (decimal): -9202302 or 8557939. OLE color: 8557939.

HSL color Cylindrical-coordinate representation of color #739582: hue angle of 146.47º 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 #739582 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 149 130 -
CMYK 0.23 0 0.13 0.42
HSL 146.47º 0.14% 0.52% -
HSV(B) 146.47º 0.23% 0.58% -
XYZ 21.85 26.75 25.13 -
YUV 136.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 115 149 130 0.23 0 0.13 0.42 146.47 0.14 0.52
Hex 73 95 82 17 0 D 2A 92 E 34
Octal 163 225 202 27 0 15 52 222 16 64
Binary 1110011 10010101 10000010 10111 0 1101 101010 10010010 1110 110100

Color Harmonies of #739582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739582

Black with #739582

Text Example


Text Example

White with #739582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739582; }

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

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

background-color css

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

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

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

border-color css

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

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

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