Html Css Color HEX #739980 Oxley

📋 copy color: '#739980'

red 115 ◦ green 153 ◦ blue 128

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

Shades of Oxley #739980

Tints of Oxley #739980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 29.04%
G = 38.64%
B = 32.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#739980 (or 0x739980) is known color: Oxley. HEX triplet: 73, 99 and 80. RGB value is (115,153,128). Sum of RGB (Red+Green+Blue) = 115+153+128=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #739980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739980 is #8C667F. Grayscale: #8A8A8A. Windows color (decimal): -9201280 or 8427891. OLE color: 8427891.

HSL color Cylindrical-coordinate representation of color #739980: hue angle of 140.53º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739980 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 128 -
CMYK 0.25 0 0.16 0.4
HSL 140.53º 0.16% 0.53% -
HSV(B) 140.53º 0.25% 0.6% -
XYZ 22.36 27.99 24.65 -
YUV 138.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 115 153 128 0.25 0 0.16 0.4 140.53 0.16 0.53
Hex 73 99 80 19 0 10 28 8D 10 35
Octal 163 231 200 31 0 20 50 215 20 65
Binary 1110011 10011001 10000000 11001 0 10000 101000 10001101 10000 110101

Color Harmonies of #739980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739980

Black with #739980

Text Example


Text Example

White with #739980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739980; }

 p { color: rgb(115,153,128); }

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

background-color css

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

 a { background-color: rgb(115,153,128); }

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

border-color css

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

 span { border-color: rgb(115,153,128); }

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