Html Css Color HEX #719983 Oxley

📋 copy color: '#719983'

red 113 ◦ green 153 ◦ blue 131

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

Shades of Oxley #719983

Tints of Oxley #719983

RGB

 RED value IS 113 (44.53% from 255) = 28.46%

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

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

R = 28.46%
G = 38.54%
B = 33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#719983 (or 0x719983) is known color: Oxley. HEX triplet: 71, 99 and 83. RGB value is (113,153,131). Sum of RGB (Red+Green+Blue) = 113+153+131=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #719983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719983 is #8E667C. Grayscale: #8A8A8A. Windows color (decimal): -9332349 or 8624497. OLE color: 8624497.

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

Color convert

RGB 113 153 131 -
CMYK 0.26 0 0.14 0.4
HSL 147º 0.16% 0.52% -
HSV(B) 147º 0.26% 0.6% -
XYZ 22.3 27.93 25.69 -
YUV 138.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 113 153 131 0.26 0 0.14 0.4 147 0.16 0.52
Hex 71 99 83 1A 0 E 28 93 10 34
Octal 161 231 203 32 0 16 50 223 20 64
Binary 1110001 10011001 10000011 11010 0 1110 101000 10010011 10000 110100

Color Harmonies of #719983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719983

Black with #719983

Text Example


Text Example

White with #719983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719983; }

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

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

background-color css

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

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

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

border-color css

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

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

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