#74927D

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

Shades of Oxley #74927D

Tints of Oxley #74927D

Color information

#74927D (or 0x74927D) is unknown color: approx Oxley. HEX triplet: 74, 92 and 7D. RGB value is (116,146,125). Sum of RGB (Red+Green+Blue) = 116+146+125=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #74927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74927D is #8B6D82. Grayscale: #868686. Windows color (decimal): -9137539 or 8229492. OLE color: 8229492.

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

Color convert

RGB116146125-
CMYK0.2100.140.43
HSL138º12.1%51.37%-
HSV(B)138º20.55%57.25%-
XYZ21.1825.7523.26-
YUV134.64122.56114.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=29.97%
G=37.73%
B=32.30%

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
Decimal1161461250.2100.140.4313812.151.37
Hex74927D150E2B8ac33
Octal16422217525016532121463
Binary11101001001001011111011010101110101011100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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