Html Css Color HEX #719478 Oxley

📋 copy color: '#719478'

red 113 ◦ green 148 ◦ blue 120

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

Shades of Oxley #719478

Tints of Oxley #719478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

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

R = 29.66%
G = 38.85%
B = 31.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#719478 (or 0x719478) is known color: Oxley. HEX triplet: 71, 94 and 78. RGB value is (113,148,120). Sum of RGB (Red+Green+Blue) = 113+148+120=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #719478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719478 is #8E6B87. Grayscale: #868686. Windows color (decimal): -9333640 or 7902321. OLE color: 7902321.

HSL color Cylindrical-coordinate representation of color #719478: hue angle of 132º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #719478 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 120 -
CMYK 0.24 0 0.19 0.42
HSL 132º 0.14% 0.51% -
HSV(B) 132º 0.24% 0.58% -
XYZ 20.79 26.05 21.7 -
YUV 134.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 113 148 120 0.24 0 0.19 0.42 132 0.14 0.51
Hex 71 94 78 18 0 13 2A 84 E 33
Octal 161 224 170 30 0 23 52 204 16 63
Binary 1110001 10010100 1111000 11000 0 10011 101010 10000100 1110 110011

Color Harmonies of #719478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719478

Black with #719478

Text Example


Text Example

White with #719478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719478; }

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

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

background-color css

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

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

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

border-color css

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

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

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