Html Css Color HEX #739984 Oxley

📋 copy color: '#739984'

red 115 ◦ green 153 ◦ blue 132

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

Shades of Oxley #739984

Tints of Oxley #739984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33%

R = 28.75%
G = 38.25%
B = 33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#739984 (or 0x739984) is known color: Oxley. HEX triplet: 73, 99 and 84. RGB value is (115,153,132). Sum of RGB (Red+Green+Blue) = 115+153+132=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #739984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739984 is #8C667B. Grayscale: #8B8B8B. Windows color (decimal): -9201276 or 8690035. OLE color: 8690035.

HSL color Cylindrical-coordinate representation of color #739984: hue angle of 146.84º 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 #739984 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 132 -
CMYK 0.25 0 0.14 0.4
HSL 146.84º 0.16% 0.53% -
HSV(B) 146.84º 0.25% 0.6% -
XYZ 22.63 28.09 26.06 -
YUV 139.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 115 153 132 0.25 0 0.14 0.4 146.84 0.16 0.53
Hex 73 99 84 19 0 E 28 93 10 35
Octal 163 231 204 31 0 16 50 223 20 65
Binary 1110011 10011001 10000100 11001 0 1110 101000 10010011 10000 110101

Color Harmonies of #739984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739984

Black with #739984

Text Example


Text Example

White with #739984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739984; }

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

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

background-color css

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

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

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

border-color css

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

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

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