#74947E

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

Shades of Oxley #74947E

Tints of Oxley #74947E

Color information

#74947E (or 0x74947E) is unknown color: approx Oxley. HEX triplet: 74, 94 and 7E. RGB value is (116,148,126). Sum of RGB (Red+Green+Blue) = 116+148+126=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #74947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74947E is #8B6B81. Grayscale: #878787. Windows color (decimal): -9137026 or 8295540. OLE color: 8295540.

HSL color Cylindrical-coordinate representation of color #74947E: hue angle of 138.75º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74947E is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB116148126-
CMYK0.2200.150.42
HSL138.75º13.01%51.76%-
HSV(B)138.75º21.62%58.04%-
XYZ21.5626.423.7-
YUV135.92122.4113.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=29.74%
G=37.95%
B=32.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161481260.2200.150.42138.7513.0151.76
Hex74947E160F2A8bd34
Octal16422417626017522131564
Binary11101001001010011111101011001111101010100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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