Html Css Color HEX #719879 Oxley

📋 copy color: '#719879'

red 113 ◦ green 152 ◦ blue 121

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

Shades of Oxley #719879

Tints of Oxley #719879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 29.27%
G = 39.38%
B = 31.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#719879 (or 0x719879) is known color: Oxley. HEX triplet: 71, 98 and 79. RGB value is (113,152,121). Sum of RGB (Red+Green+Blue) = 113+152+121=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #719879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719879 is #8E6786. Grayscale: #888888. Windows color (decimal): -9332615 or 7968881. OLE color: 7968881.

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

Color convert

RGB 113 152 121 -
CMYK 0.26 0 0.20 0.40
HSL 132.31º 0.16% 0.52% -
HSV(B) 132.31º 0.26% 0.6% -
XYZ 21.49 27.35 22.24 -
YUV 136.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 113 152 121 0.26 0 0.20 0.40 132.31 0.16 0.52
Hex 71 98 79 1A 0 14 28 84 10 34
Octal 161 230 171 32 0 24 50 204 20 64
Binary 1110001 10011000 1111001 11010 0 10100 101000 10000100 10000 110100

Color Harmonies of #719879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719879

Black with #719879

Text Example


Text Example

White with #719879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719879; }

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

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

background-color css

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

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

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

border-color css

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

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

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