Html Css Color HEX #719681 Oxley

📋 copy color: '#719681'

red 113 ◦ green 150 ◦ blue 129

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

Shades of Oxley #719681

Tints of Oxley #719681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 28.83%
G = 38.27%
B = 32.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#719681 (or 0x719681) is known color: Oxley. HEX triplet: 71, 96 and 81. RGB value is (113,150,129). Sum of RGB (Red+Green+Blue) = 113+150+129=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #719681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719681 is #8E697E. Grayscale: #888888. Windows color (decimal): -9333119 or 8492657. OLE color: 8492657.

HSL color Cylindrical-coordinate representation of color #719681: hue angle of 145.95º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #719681 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 150 129 -
CMYK 0.25 0 0.14 0.41
HSL 145.95º 0.15% 0.52% -
HSV(B) 145.95º 0.25% 0.59% -
XYZ 21.68 26.91 24.82 -
YUV 136.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 113 150 129 0.25 0 0.14 0.41 145.95 0.15 0.52
Hex 71 96 81 19 0 E 29 92 F 34
Octal 161 226 201 31 0 16 51 222 17 64
Binary 1110001 10010110 10000001 11001 0 1110 101001 10010010 1111 110100

Color Harmonies of #719681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719681

Black with #719681

Text Example


Text Example

White with #719681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719681; }

 p { color: rgb(113,150,129); }

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

background-color css

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

 a { background-color: rgb(113,150,129); }

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

border-color css

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

 span { border-color: rgb(113,150,129); }

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