#719477

Color #719477 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #719477

Tints of Oxley #719477

Color information

#719477 (or 0x719477) is unknown color: approx Oxley. HEX triplet: 71, 94 and 77. RGB value is (113,148,119). Sum of RGB (Red+Green+Blue) = 113+148+119=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #719477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719477 is #8E6B88. Grayscale: #868686. Windows color (decimal): -9333641 or 7836785. OLE color: 7836785.

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

Color convert

RGB113148119-
CMYK0.2400.200.42
HSL130.29º14.06%51.18%-
HSV(B)130.29º23.65%58.04%-
XYZ20.7326.0221.38-
YUV134.23119.4112.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=29.74%
G=38.95%
B=31.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131481190.2400.200.42130.2914.0651.18
Hex719477180142A82e33
Octal16122416730024522021663
Binary111000110010100111011111000010100101010100000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719477; }

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

 H1.HeaderClassName
 {
   color: #719477;
 }
 .AnyTagClassName
 {
   color: #719477;
 }
</style>
background-color css

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

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

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

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

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

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