#74967C

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

Shades of Oxley #74967C

Tints of Oxley #74967C

Color information

#74967C (or 0x74967C) is unknown color: approx Oxley. HEX triplet: 74, 96 and 7C. RGB value is (116,150,124). Sum of RGB (Red+Green+Blue) = 116+150+124=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 150 - color contains mainly: green. Hex color #74967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74967C is #8B6983. Grayscale: #888888. Windows color (decimal): -9136516 or 8164980. OLE color: 8164980.

HSL color Cylindrical-coordinate representation of color #74967C: hue angle of 134.12º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74967C is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB116150124-
CMYK0.2300.170.41
HSL134.12º13.93%52.16%-
HSV(B)134.12º22.67%58.82%-
XYZ21.7526.9823.13-
YUV136.87120.74113.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 124 (48.83% from 255) = 31.79%
R=29.74%
G=38.46%
B=31.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161501240.2300.170.41134.1213.9352.16
Hex74967C170112986e34
Octal16422617427021512061664
Binary111010010010110111110010111010001101001100001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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