#74927E

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

Shades of Oxley #74927E

Tints of Oxley #74927E

Color information

#74927E (or 0x74927E) is unknown color: approx Oxley. HEX triplet: 74, 92 and 7E. RGB value is (116,146,126). Sum of RGB (Red+Green+Blue) = 116+146+126=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #74927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74927E is #8B6D81. Grayscale: #868686. Windows color (decimal): -9137538 or 8295028. OLE color: 8295028.

HSL color Cylindrical-coordinate representation of color #74927E: hue angle of 140º 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 #74927E is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB116146126-
CMYK0.2100.140.43
HSL140º12.1%51.37%-
HSV(B)140º20.55%57.25%-
XYZ21.2525.7823.59-
YUV134.75123.06114.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=29.90%
G=37.63%
B=32.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461260.2100.140.4314012.151.37
Hex74927E150E2B8cc33
Octal16422217625016532141463
Binary11101001001001011111101010101110101011100011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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