Html Css Color HEX #719878 Oxley

📋 copy color: '#719878'

red 113 ◦ green 152 ◦ blue 120

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

Shades of Oxley #719878

Tints of Oxley #719878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 29.35%
G = 39.48%
B = 31.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#719878 (or 0x719878) is known color: Oxley. HEX triplet: 71, 98 and 78. RGB value is (113,152,120). Sum of RGB (Red+Green+Blue) = 113+152+120=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #719878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719878 is #8E6787. Grayscale: #888888. Windows color (decimal): -9332616 or 7903345. OLE color: 7903345.

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

Color convert

RGB 113 152 120 -
CMYK 0.26 0 0.21 0.40
HSL 130.77º 0.16% 0.52% -
HSV(B) 130.77º 0.26% 0.6% -
XYZ 21.43 27.32 21.91 -
YUV 136.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 113 152 120 0.26 0 0.21 0.40 130.77 0.16 0.52
Hex 71 98 78 1A 0 15 28 83 10 34
Octal 161 230 170 32 0 25 50 203 20 64
Binary 1110001 10011000 1111000 11010 0 10101 101000 10000011 10000 110100

Color Harmonies of #719878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719878

Black with #719878

Text Example


Text Example

White with #719878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719878; }

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

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

background-color css

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

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

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

border-color css

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

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

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