#74927C

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

Shades of Oxley #74927C

Tints of Oxley #74927C

Color information

#74927C (or 0x74927C) is unknown color: approx Oxley. HEX triplet: 74, 92 and 7C. RGB value is (116,146,124). Sum of RGB (Red+Green+Blue) = 116+146+124=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #74927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74927C is #8B6D83. Grayscale: #868686. Windows color (decimal): -9137540 or 8163956. OLE color: 8163956.

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

Color convert

RGB116146124-
CMYK0.2100.150.43
HSL136º12.1%51.37%-
HSV(B)136º20.55%57.25%-
XYZ21.1225.7322.92-
YUV134.52122.06114.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=30.05%
G=37.82%
B=32.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461240.2100.150.4313612.151.37
Hex74927C150F2B88c33
Octal16422217425017532101463
Binary11101001001001011111001010101111101011100010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74927C; }

 p { color: rgb(116,146,124); }

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

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

 a { background-color: rgb(116,146,124); }

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

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

 span { border-color: rgb(116,146,124); }

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