#74927B

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

Shades of Oxley #74927B

Tints of Oxley #74927B

Color information

#74927B (or 0x74927B) is unknown color: approx Oxley. HEX triplet: 74, 92 and 7B. RGB value is (116,146,123). Sum of RGB (Red+Green+Blue) = 116+146+123=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #74927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74927B is #8B6D84. Grayscale: #868686. Windows color (decimal): -9137541 or 8098420. OLE color: 8098420.

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

Color convert

RGB116146123-
CMYK0.2100.160.43
HSL134º12.1%51.37%-
HSV(B)134º20.55%57.25%-
XYZ21.0625.722.59-
YUV134.41121.56114.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=30.13%
G=37.92%
B=31.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461230.2100.160.4313412.151.37
Hex74927B150102B86c33
Octal16422217325020532061463
Binary111010010010010111101110101010000101011100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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