Html Css Color HEX #719880 Oxley

📋 copy color: '#719880'

red 113 ◦ green 152 ◦ blue 128

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

Shades of Oxley #719880

Tints of Oxley #719880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

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

R = 28.75%
G = 38.68%
B = 32.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#719880 (or 0x719880) is known color: Oxley. HEX triplet: 71, 98 and 80. RGB value is (113,152,128). Sum of RGB (Red+Green+Blue) = 113+152+128=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #719880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719880 is #8E677F. Grayscale: #898989. Windows color (decimal): -9332608 or 8427633. OLE color: 8427633.

HSL color Cylindrical-coordinate representation of color #719880: hue angle of 143.08º 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 #719880 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 128 -
CMYK 0.26 0 0.16 0.40
HSL 143.08º 0.16% 0.52% -
HSV(B) 143.08º 0.26% 0.6% -
XYZ 21.93 27.53 24.58 -
YUV 137.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 113 152 128 0.26 0 0.16 0.40 143.08 0.16 0.52
Hex 71 98 80 1A 0 10 28 8F 10 34
Octal 161 230 200 32 0 20 50 217 20 64
Binary 1110001 10011000 10000000 11010 0 10000 101000 10001111 10000 110100

Color Harmonies of #719880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719880

Black with #719880

Text Example


Text Example

White with #719880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719880; }

 p { color: rgb(113,152,128); }

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

background-color css

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

 a { background-color: rgb(113,152,128); }

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

border-color css

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

 span { border-color: rgb(113,152,128); }

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