#74917E

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

Shades of Oxley #74917E

Tints of Oxley #74917E

Color information

#74917E (or 0x74917E) is unknown color: approx Oxley. HEX triplet: 74, 91 and 7E. RGB value is (116,145,126). Sum of RGB (Red+Green+Blue) = 116+145+126=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 145 - color contains mainly: green. Hex color #74917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74917E is #8B6E81. Grayscale: #868686. Windows color (decimal): -9137794 or 8294772. OLE color: 8294772.

HSL color Cylindrical-coordinate representation of color #74917E: hue angle of 140.69º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74917E is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB116145126-
CMYK0.200.130.43
HSL140.69º11.65%51.18%-
HSV(B)140.69º20%56.86%-
XYZ21.0925.4723.54-
YUV134.16123.39115.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 145 (57.03% from 255) = 37.47%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=29.97%
G=37.47%
B=32.56%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161451260.200.130.43140.6911.6551.18
Hex74917E140D2B8dc33
Octal16422117624015532151463
Binary11101001001000111111101010001101101011100011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74917E; }

 p { color: rgb(116,145,126); }

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

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

 a { background-color: rgb(116,145,126); }

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

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

 span { border-color: rgb(116,145,126); }

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