Html Css Color HEX #739983 Oxley

📋 copy color: '#739983'

red 115 ◦ green 153 ◦ blue 131

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

Shades of Oxley #739983

Tints of Oxley #739983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 28.82%
G = 38.35%
B = 32.83%

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

#739983 (or 0x739983) is known color: Oxley. HEX triplet: 73, 99 and 83. RGB value is (115,153,131). Sum of RGB (Red+Green+Blue) = 115+153+131=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #739983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739983 is #8C667C. Grayscale: #8B8B8B. Windows color (decimal): -9201277 or 8624499. OLE color: 8624499.

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

Color convert

RGB 115 153 131 -
CMYK 0.25 0 0.14 0.4
HSL 145.26º 0.16% 0.53% -
HSV(B) 145.26º 0.25% 0.6% -
XYZ 22.56 28.07 25.7 -
YUV 139.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 115 153 131 0.25 0 0.14 0.4 145.26 0.16 0.53
Hex 73 99 83 19 0 E 28 91 10 35
Octal 163 231 203 31 0 16 50 221 20 65
Binary 1110011 10011001 10000011 11001 0 1110 101000 10010001 10000 110101

Color Harmonies of #739983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739983

Black with #739983

Text Example


Text Example

White with #739983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739983; }

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

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

background-color css

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

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

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

border-color css

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

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

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